This commit is contained in:
Nishi 2026-04-16 14:36:28 +09:00
commit a0c056ef61
3 changed files with 19 additions and 19 deletions

View file

@ -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 */