diff options
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 319647d..7596992 100644 --- a/src/plist.h +++ b/src/plist.h | |||
| @@ -55,7 +55,6 @@ plist_t plist_new_node(plist_data_t data); | |||
| 55 | plist_data_t plist_get_data(const plist_t node); | 55 | plist_data_t plist_get_data(const plist_t node); |
| 56 | plist_data_t plist_new_plist_data(); | 56 | plist_data_t plist_new_plist_data(); |
| 57 | void plist_free_plist_data(plist_data_t node); | 57 | void plist_free_plist_data(plist_data_t node); |
| 58 | uint64_t plist_get_node_uint_val(plist_t node); | ||
| 59 | 58 | ||
| 60 | plist_t plist_add_sub_element( plist_t node, plist_type type, const void* value, uint64_t length); | 59 | plist_t plist_add_sub_element( plist_t node, plist_type type, const void* value, uint64_t length); |
| 61 | plist_t plist_find_node(plist_t plist, plist_type type, const void *value, uint64_t length); | 60 | plist_t plist_find_node(plist_t plist, plist_type type, const void *value, uint64_t length); |
