diff options
Diffstat (limited to 'src/bplist.c')
| -rw-r--r-- | src/bplist.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bplist.c b/src/bplist.c index ff0b399..72040cc 100644 --- a/src/bplist.c +++ b/src/bplist.c | |||
| @@ -227,6 +227,11 @@ void plist_bin_deinit(void) | |||
| 227 | /* deinit binary plist stuff */ | 227 | /* deinit binary plist stuff */ |
| 228 | } | 228 | } |
| 229 | 229 | ||
| 230 | void plist_bin_set_debug(int debug) | ||
| 231 | { | ||
| 232 | plist_bin_debug = debug; | ||
| 233 | } | ||
| 234 | |||
| 230 | static plist_t parse_bin_node_at_index(struct bplist_data *bplist, uint32_t node_index); | 235 | static plist_t parse_bin_node_at_index(struct bplist_data *bplist, uint32_t node_index); |
| 231 | 236 | ||
| 232 | static plist_t parse_int_node(const char **bnode, uint8_t size) | 237 | static plist_t parse_int_node(const char **bnode, uint8_t size) |
