aboutsummaryrefslogtreecommitdiff
path: root/weechat/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'weechat/debug.h')
-rw-r--r--weechat/debug.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/weechat/debug.h b/weechat/debug.h
new file mode 100644
index 0000000..95117a9
--- /dev/null
+++ b/weechat/debug.h
@@ -0,0 +1,9 @@
+#pragma once
+
+
+void debug_init(void);
+
+void debug_deinit(void);
+
+__attribute__((format (printf, 1, 2)))
+void debugf(const char *restrict format, ...);