diff options
Diffstat (limited to 'src/plist.h')
| -rw-r--r-- | src/plist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plist.h b/src/plist.h index 7b72456..3d1edda 100644 --- a/src/plist.h +++ b/src/plist.h | |||
| @@ -29,5 +29,6 @@ xmlNode *add_key_str_dict_element(xmlDocPtr plist, xmlNode *dict, const char *ke | |||
| 29 | xmlNode *add_child_to_plist(xmlDocPtr plist, const char *name, const char *content, xmlNode *to_node, int depth); | 29 | xmlNode *add_child_to_plist(xmlDocPtr plist, const char *name, const char *content, xmlNode *to_node, int depth); |
| 30 | void free_plist(xmlDocPtr plist); | 30 | void free_plist(xmlDocPtr plist); |
| 31 | xmlDocPtr new_plist(); | 31 | xmlDocPtr new_plist(); |
| 32 | char **read_dict_element_strings(xmlNode *dict); | ||
| 32 | void free_dictionary(char **dictionary); | 33 | void free_dictionary(char **dictionary); |
| 33 | #endif | 34 | #endif |
