diff options
author | Jonathan Beck | 2008-12-01 20:25:12 +0100 |
---|---|---|
committer | Jonathan Beck | 2008-12-01 20:25:12 +0100 |
commit | 505c97582b53ed406169f931a49ee6f678b19b52 (patch) | |
tree | d0e37ffa3adfc09cea7d3509d714452b04f0aca2 /src/plist.h | |
parent | 3d08602c6e5c86538e447fccd774a0eac0391868 (diff) | |
download | libplist-505c97582b53ed406169f931a49ee6f678b19b52.tar.gz libplist-505c97582b53ed406169f931a49ee6f678b19b52.tar.bz2 |
continue migration to new plist API.
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 ffc00e4..34e3934 100644 --- a/src/plist.h +++ b/src/plist.h @@ -84,5 +84,6 @@ void xml_to_plist(const char *plist_xml, uint32_t length, plist_t * plist); void bin_to_plist(const char *plist_bin, uint32_t length, plist_t * plist); GNode *find_query_node(plist_t plist, char *key, char *request); +GNode *find_node(plist_t plist, plist_type type, void *value); void get_type_and_value(GNode * node, plist_type * type, void *value); #endif |