diff options
Diffstat (limited to 'src/plist.h')
| -rw-r--r-- | src/plist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plist.h b/src/plist.h index b27a0c5..cd2028e 100644 --- a/src/plist.h +++ b/src/plist.h | |||
| @@ -31,7 +31,7 @@ xmlNode *add_key_data_dict_element(xmlDocPtr plist, xmlNode * dict, const char * | |||
| 31 | xmlNode *add_child_to_plist(xmlDocPtr plist, const char *name, const char *content, xmlNode * to_node, int depth); | 31 | xmlNode *add_child_to_plist(xmlDocPtr plist, const char *name, const char *content, xmlNode * to_node, int depth); |
| 32 | 32 | ||
| 33 | void free_plist(xmlDocPtr plist); | 33 | void free_plist(xmlDocPtr plist); |
| 34 | xmlDocPtr new_plist(); | 34 | xmlDocPtr new_plist(void); |
| 35 | 35 | ||
| 36 | char **read_dict_element_strings(xmlNode * dict); | 36 | char **read_dict_element_strings(xmlNode * dict); |
| 37 | void free_dictionary(char **dictionary); | 37 | void free_dictionary(char **dictionary); |
