mirror of
https://github.com/zoriya/xmlParser.git
synced 2026-06-04 02:36:19 +00:00
Freeing everything and solving contexts
This commit is contained in:
+2
-1
@@ -29,4 +29,5 @@ struct node
|
||||
|
||||
node *xmlparse(char *path);
|
||||
dictionary *property_add(dictionary *list, dictionary *property);
|
||||
node *xml_parsenode(char **nodestr);
|
||||
node *xml_parsenode(char **nodestr);
|
||||
void xml_destroy(node *n);
|
||||
Reference in New Issue
Block a user