diff options
Diffstat (limited to 'src/jplist.c')
-rw-r--r-- | src/jplist.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/jplist.c b/src/jplist.c index 99a8877..8ed7398 100644 --- a/src/jplist.c +++ b/src/jplist.c @@ -64,6 +64,11 @@ void plist_json_deinit(void) /* deinit JSON stuff */ } +void plist_json_set_debug(int debug) +{ + plist_json_debug = debug; +} + #ifndef HAVE_STRNDUP static char* strndup(const char* str, size_t len) { |