diff options
| author | 2008-08-12 09:32:57 -0700 | |
|---|---|---|
| committer | 2008-08-12 09:32:57 -0700 | |
| commit | 9fbadfad2af22767cce6a620a1f5b91f16479e05 (patch) | |
| tree | 5cb01c51bc2dd5a232e22f91ffe223a28cbeff1d /src/plist.h | |
| parent | bb74e8fd0041132379d525030ed277b49f972494 (diff) | |
| download | libimobiledevice-9fbadfad2af22767cce6a620a1f5b91f16479e05.tar.gz libimobiledevice-9fbadfad2af22767cce6a620a1f5b91f16479e05.tar.bz2 | |
Cleaned up plist.c, added doxygen docs.
Diffstat (limited to 'src/plist.h')
| -rw-r--r-- | src/plist.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plist.h b/src/plist.h index 61965fc..ab79386 100644 --- a/src/plist.h +++ b/src/plist.h | |||
| @@ -29,9 +29,10 @@ xmlNode *add_key_dict_node(xmlDocPtr plist, xmlNode *dict, const char *key, cons | |||
| 29 | xmlNode *add_key_str_dict_element(xmlDocPtr plist, xmlNode *dict, const char *key, const char *value, int depth); | 29 | xmlNode *add_key_str_dict_element(xmlDocPtr plist, xmlNode *dict, const char *key, const char *value, int depth); |
| 30 | xmlNode *add_key_data_dict_element(xmlDocPtr plist, xmlNode *dict, const char *key, const char *value, int depth); | 30 | xmlNode *add_key_data_dict_element(xmlDocPtr plist, xmlNode *dict, const char *key, const char *value, int depth); |
| 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 | void free_plist(xmlDocPtr plist); | 33 | void free_plist(xmlDocPtr plist); |
| 33 | xmlDocPtr new_plist(); | 34 | xmlDocPtr new_plist(); |
| 35 | |||
| 34 | char **read_dict_element_strings(xmlNode *dict); | 36 | char **read_dict_element_strings(xmlNode *dict); |
| 35 | void free_dictionary(char **dictionary); | 37 | void free_dictionary(char **dictionary); |
| 36 | char **read_dict_element_strings(xmlNode *dict); | ||
| 37 | #endif | 38 | #endif |
