summaryrefslogtreecommitdiffstats
path: root/src/plist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plist.h')
-rw-r--r--src/plist.h2
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 *
31xmlNode *add_child_to_plist(xmlDocPtr plist, const char *name, const char *content, xmlNode * to_node, int depth); 31xmlNode *add_child_to_plist(xmlDocPtr plist, const char *name, const char *content, xmlNode * to_node, int depth);
32 32
33void free_plist(xmlDocPtr plist); 33void free_plist(xmlDocPtr plist);
34xmlDocPtr new_plist(); 34xmlDocPtr new_plist(void);
35 35
36char **read_dict_element_strings(xmlNode * dict); 36char **read_dict_element_strings(xmlNode * dict);
37void free_dictionary(char **dictionary); 37void free_dictionary(char **dictionary);