mirror of
https://github.com/zoriya/xmlParser.git
synced 2026-06-01 17:45:33 +00:00
Coding style
This commit is contained in:
+1
-2
@@ -28,6 +28,5 @@ struct node
|
||||
};
|
||||
|
||||
node *xmlparse(char *path);
|
||||
dictionary *property_add(dictionary *list, dictionary *property);
|
||||
node *xml_parsenode(char **nodestr);
|
||||
char *xml_getproperty(node *n, char *key);
|
||||
void xml_destroy(node *n);
|
||||
@@ -14,4 +14,6 @@ char *xml_getname(char **nodestr, bool *has_parameters, bool *has_childs);
|
||||
dictionary *xml_getproperties(char **nodestr, bool *can_have_child);
|
||||
char *trimstr(char *str);
|
||||
int xml_getstringdata(node *n, char **nodestr);
|
||||
int xml_checkclosing(node *n, char **nodestr);
|
||||
int xml_checkclosing(node *n, char **nodestr);
|
||||
dictionary *property_add(dictionary *list, dictionary *property);
|
||||
node *xml_parsenode(char **nodestr);
|
||||
Reference in New Issue
Block a user