Skip to content
Snippets Groups Projects
Commit d42ee63f authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Fixed node.h API.

parent 9b083758
Branches
Tags
No related merge requests found
......@@ -47,7 +47,7 @@ typedef struct dnslib_node dnslib_node_t;
*
* \return Newly created node or NULL if an error occured.
*/
dnslib_node_t *dnslib_node_new( dnslib_dname_t *owner, dnslib_node *parent );
dnslib_node_t *dnslib_node_new( dnslib_dname_t *owner, dnslib_node_t *parent );
/*!
* \brief Adds an RRSet to the node.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment