fix
This commit is contained in:
parent
37ae57aff6
commit
178fe4aca7
3 changed files with 36 additions and 29 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue