aboutsummaryrefslogtreecommitdiff
path: root/explain.h
diff options
context:
space:
mode:
Diffstat (limited to 'explain.h')
-rw-r--r--explain.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/explain.h b/explain.h
new file mode 100644
index 0000000..75cf184
--- /dev/null
+++ b/explain.h
@@ -0,0 +1,13 @@
+//
+// Debug visualization of matches
+//
+#ifndef EXPLAIN__H
+#define EXPLAIN__H
+
+#include "types.h"
+
+__attribute__((nonnull))
+void explain_match(match_t *m);
+
+#endif
+// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1