This commit is contained in:
Nishi 2026-03-06 23:18:28 +09:00
commit 178fe4aca7
3 changed files with 36 additions and 29 deletions

View file

@ -72,7 +72,7 @@ XLDECL void xl_close(xemil_t* handle);
XLDECL char* xl_get_attribute(xl_node_t* node, const char* key);
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 */
XLDECL xl_node_t** xl_get_path(xl_node_t* node, const char* path); /* NULL-terminated */
/* file.c */
XLDECL xl_driver_t* xl_driver_file;