diff options
| author | 2008-08-03 20:29:49 +0200 | |
|---|---|---|
| committer | 2008-08-05 23:28:10 -0700 | |
| commit | b25fea997fc798e945dd7f19f8d0be0d8d3289d1 (patch) | |
| tree | e49124e7dbab4800ac4ec155b5dded91551cadf8 /src/plist.h | |
| parent | 9fa57190be32f0d9d52948ea8d1e22bedf679312 (diff) | |
| download | libimobiledevice-b25fea997fc798e945dd7f19f8d0be0d8d3289d1.tar.gz libimobiledevice-b25fea997fc798e945dd7f19f8d0be0d8d3289d1.tar.bz2 | |
Added function to handle <data> tag in dict.
Signed-off-by: Matt Colyer <matt@colyer.name>
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 3d1edda..64ff4d3 100644 --- a/src/plist.h +++ b/src/plist.h | |||
| @@ -26,6 +26,7 @@ | |||
| 26 | #include <libxml/tree.h> | 26 | #include <libxml/tree.h> |
| 27 | 27 | ||
| 28 | xmlNode *add_key_str_dict_element(xmlDocPtr plist, xmlNode *dict, const char *key, const char *value, int depth); | 28 | xmlNode *add_key_str_dict_element(xmlDocPtr plist, xmlNode *dict, const char *key, const char *value, int depth); |
| 29 | xmlNode *add_key_data_dict_element(xmlDocPtr plist, xmlNode *dict, const char *key, const char *value, int depth); | ||
| 29 | xmlNode *add_child_to_plist(xmlDocPtr plist, const char *name, const char *content, xmlNode *to_node, int depth); | 30 | xmlNode *add_child_to_plist(xmlDocPtr plist, const char *name, const char *content, xmlNode *to_node, int depth); |
| 30 | void free_plist(xmlDocPtr plist); | 31 | void free_plist(xmlDocPtr plist); |
| 31 | xmlDocPtr new_plist(); | 32 | xmlDocPtr new_plist(); |
