summaryrefslogtreecommitdiffstats
path: root/addon/doxmlparser/src/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'addon/doxmlparser/src/debug.h')
-rw-r--r--addon/doxmlparser/src/debug.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/addon/doxmlparser/src/debug.h b/addon/doxmlparser/src/debug.h
new file mode 100644
index 0000000..c77f7fe
--- /dev/null
+++ b/addon/doxmlparser/src/debug.h
@@ -0,0 +1,7 @@
+#ifndef _DEBUG_H
+#define _DEBUG_H
+
+void debug(int level,const char *msg,...);
+void setDebugLevel(int level);
+
+#endif