summaryrefslogtreecommitdiffstats
path: root/src/oplist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/oplist.c')
-rw-r--r--src/oplist.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/oplist.c b/src/oplist.c
index 287d5a2..1781962 100644
--- a/src/oplist.c
+++ b/src/oplist.c
@@ -63,6 +63,11 @@ void plist_ostep_deinit(void)
63 /* deinit OpenStep plist stuff */ 63 /* deinit OpenStep plist stuff */
64} 64}
65 65
66void plist_ostep_set_debug(int debug)
67{
68 plist_ostep_debug = debug;
69}
70
66#ifndef HAVE_STRNDUP 71#ifndef HAVE_STRNDUP
67static char* strndup(const char* str, size_t len) 72static char* strndup(const char* str, size_t len)
68{ 73{