summaryrefslogtreecommitdiff
path: root/src/debug.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.hh')
-rw-r--r--src/debug.hh13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/debug.hh b/src/debug.hh
new file mode 100644
index 00000000..7fdb226c
--- /dev/null
+++ b/src/debug.hh
@@ -0,0 +1,13 @@
+#ifndef debug_hh_INCLUDED
+#define debug_hh_INCLUDED
+
+#include <string>
+
+namespace Kakoune
+{
+
+void write_debug(const std::string& str);
+
+}
+
+#endif // debug_hh_INCLUDED