safer
This commit is contained in:
parent
1994667ef5
commit
a0c056ef61
3 changed files with 19 additions and 19 deletions
|
|
@ -148,7 +148,7 @@ XLDECL int xl_parse(xemil_t* handle);
|
|||
XLDECL void xl_close(xemil_t* handle);
|
||||
XLDECL char* xl_get_attribute(xl_node_t* node, const char* key);
|
||||
XLDECL void xl_free(xl_node_t* node);
|
||||
XLDECL void xl_replace(xl_node_t* node, xl_node_t* new);
|
||||
XLDECL void xl_replace(xl_node_t* node, xl_node_t* new_node);
|
||||
|
||||
XLDECL xl_node_t** xl_get_nodes(xl_node_t* node, const char* name); /* NULL-terminated */
|
||||
XLDECL xl_node_t** xl_get_path(xl_node_t* node, const char* path); /* NULL-terminated */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue