summaryrefslogtreecommitdiffstats
path: root/include/plist/plist.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/plist/plist.h')
-rw-r--r--include/plist/plist.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/plist/plist.h b/include/plist/plist.h
index 0a21499..f955d5e 100644
--- a/include/plist/plist.h
+++ b/include/plist/plist.h
@@ -1094,6 +1094,13 @@ extern "C"
1094 */ 1094 */
1095 void plist_mem_free(void* ptr); 1095 void plist_mem_free(void* ptr);
1096 1096
1097 /**
1098 * Set debug level for the format parsers.
1099 *
1100 * @param debug Debug level. Currently, only 0 (off) and 1 (enabled) are supported.
1101 */
1102 void plist_set_debug(int debug);
1103
1097 /*@}*/ 1104 /*@}*/
1098 1105
1099#ifdef __cplusplus 1106#ifdef __cplusplus