diff options
Diffstat (limited to 'src/plist.h')
| -rw-r--r-- | src/plist.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/plist.h b/src/plist.h index 34e3934..ed3d2b2 100644 --- a/src/plist.h +++ b/src/plist.h | |||
| @@ -22,8 +22,6 @@ | |||
| 22 | #ifndef PLIST_H | 22 | #ifndef PLIST_H |
| 23 | #define PLIST_H | 23 | #define PLIST_H |
| 24 | 24 | ||
| 25 | #include <libxml/parser.h> | ||
| 26 | #include <libxml/tree.h> | ||
| 27 | #include <stdint.h> | 25 | #include <stdint.h> |
| 28 | #include <wchar.h> | 26 | #include <wchar.h> |
| 29 | 27 | ||
| @@ -33,16 +31,7 @@ | |||
| 33 | #include <glib.h> | 31 | #include <glib.h> |
| 34 | 32 | ||
| 35 | char *format_string(const char *buf, int cols, int depth); | 33 | char *format_string(const char *buf, int cols, int depth); |
| 36 | xmlNode *add_key_dict_node(xmlDocPtr plist, xmlNode * dict, const char *key, const char *value, int depth); | ||
| 37 | xmlNode *add_key_str_dict_element(xmlDocPtr plist, xmlNode * dict, const char *key, const char *value, int depth); | ||
| 38 | xmlNode *add_key_data_dict_element(xmlDocPtr plist, xmlNode * dict, const char *key, const char *value, int depth); | ||
| 39 | xmlNode *add_child_to_plist(xmlDocPtr plist, const char *name, const char *content, xmlNode * to_node, int depth); | ||
| 40 | 34 | ||
| 41 | void free_plist(xmlDocPtr plist); | ||
| 42 | xmlDocPtr new_plist(); | ||
| 43 | |||
| 44 | char **read_dict_element_strings(xmlNode * dict); | ||
| 45 | void free_dictionary(char **dictionary); | ||
| 46 | 35 | ||
| 47 | /* Binary plist stuff */ | 36 | /* Binary plist stuff */ |
| 48 | 37 | ||
| @@ -70,7 +59,6 @@ typedef GNode *plist_t; | |||
| 70 | typedef GNode *dict_t; | 59 | typedef GNode *dict_t; |
| 71 | typedef GNode *array_t; | 60 | typedef GNode *array_t; |
| 72 | 61 | ||
| 73 | |||
| 74 | void plist_new_plist(plist_t * plist); | 62 | void plist_new_plist(plist_t * plist); |
| 75 | void plist_new_dict_in_plist(plist_t plist, dict_t * dict); | 63 | void plist_new_dict_in_plist(plist_t plist, dict_t * dict); |
| 76 | void plist_new_array_in_plist(plist_t plist, int length, plist_type type, void **values, array_t * array); | 64 | void plist_new_array_in_plist(plist_t plist, int length, plist_type type, void **values, array_t * array); |
