diff options
author | Jonathan Beck | 2009-01-08 21:42:52 +0100 |
---|---|---|
committer | Jonathan Beck | 2009-01-08 21:42:52 +0100 |
commit | d174ba080c959cab3245fb1714c6d6340ebbac09 (patch) | |
tree | 145eb844646e611fe94c6a1ee74946f1b3fd74ba /src/plist.h | |
parent | c8d5e261b3cdcdd0dec90248563484dfd464d754 (diff) | |
download | libplist-d174ba080c959cab3245fb1714c6d6340ebbac09.tar.gz libplist-d174ba080c959cab3245fb1714c6d6340ebbac09.tar.bz2 |
Add edition and reading fonctions so that handling plist is less confusing.
Fix indent.
Diffstat (limited to 'src/plist.h')
-rw-r--r-- | src/plist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plist.h b/src/plist.h index bd12e3a..449a3f7 100644 --- a/src/plist.h +++ b/src/plist.h @@ -56,7 +56,6 @@ plist_t plist_new_node(plist_data_t data); 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_type plist_get_node_type(plist_t node); uint64_t plist_get_node_uint_val(plist_t node); |