summaryrefslogtreecommitdiffstats
path: root/include/plist/plist.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/plist/plist.h')
-rw-r--r--include/plist/plist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/plist/plist.h b/include/plist/plist.h
index 976408d..b666d2f 100644
--- a/include/plist/plist.h
+++ b/include/plist/plist.h
@@ -73,6 +73,7 @@ plist_t plist_get_prev_sibling(plist_t node);
73 73
74//utili function to find first (and only the first encountred) corresponding node 74//utili function to find first (and only the first encountred) corresponding node
75plist_t plist_find_node(plist_t plist, plist_type type, void *value, uint64_t length); 75plist_t plist_find_node(plist_t plist, plist_type type, void *value, uint64_t length);
76plist_t plist_find_node_by_key(plist_t plist, char *value);
76plist_t plist_find_node_by_string(plist_t plist, char *value); 77plist_t plist_find_node_by_string(plist_t plist, char *value);
77 78
78void plist_get_type_and_value(plist_t node, plist_type * type, void *value, uint64_t * length); 79void plist_get_type_and_value(plist_t node, plist_type * type, void *value, uint64_t * length);