summaryrefslogtreecommitdiffstats
path: root/src/xplist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xplist.c')
-rw-r--r--src/xplist.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xplist.c b/src/xplist.c
index 1abc46d..bd506fb 100644
--- a/src/xplist.c
+++ b/src/xplist.c
@@ -102,6 +102,11 @@ void plist_xml_deinit(void)
102 /* deinit XML stuff */ 102 /* deinit XML stuff */
103} 103}
104 104
105void plist_xml_set_debug(int debug)
106{
107 plist_xml_debug = debug;
108}
109
105static size_t dtostr(char *buf, size_t bufsize, double realval) 110static size_t dtostr(char *buf, size_t bufsize, double realval)
106{ 111{
107 size_t len = 0; 112 size_t len = 0;