diff options
author | Jonathan Beck | 2009-01-29 19:20:40 +0100 |
---|---|---|
committer | Jonathan Beck | 2009-01-29 19:20:40 +0100 |
commit | 8c2751f8c7e696fca895aebfafc7e668f3afe85c (patch) | |
tree | f01974f6f20b4d2fe53972d67eb4b7d7c588e035 /src/plist.h | |
parent | 23b1e3200833dd79d754e7057ad1a4154f15172e (diff) | |
download | libplist-8c2751f8c7e696fca895aebfafc7e668f3afe85c.tar.gz libplist-8c2751f8c7e696fca895aebfafc7e668f3afe85c.tar.bz2 |
Add some static declarations.
Diffstat (limited to 'src/plist.h')
-rw-r--r-- | src/plist.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plist.h b/src/plist.h index 7596992..33f6c20 100644 --- a/src/plist.h +++ b/src/plist.h @@ -56,8 +56,5 @@ plist_data_t plist_get_data(const plist_t node); plist_data_t plist_new_plist_data(); void plist_free_plist_data(plist_data_t node); -plist_t plist_add_sub_element( plist_t node, plist_type type, const void* value, uint64_t length); -plist_t plist_find_node(plist_t plist, plist_type type, const void *value, uint64_t length); -void plist_get_type_and_value(plist_t node, plist_type * type, void *value, uint64_t * length); #endif |