aboutsummaryrefslogtreecommitdiff
path: root/src/io/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/text.h')
-rw-r--r--src/io/text.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/io/text.h b/src/io/text.h
new file mode 100644
index 0000000..435294d
--- /dev/null
+++ b/src/io/text.h
@@ -0,0 +1,10 @@
+#ifndef PLOC_GEN_IO_TEXT_H
+#define PLOC_GEN_IO_TEXT_H
+
+#include <stdio.h>
+#include "pattern/pattern.h"
+#include "io.h"
+
+void print_pattern_text(FILE *out, struct print_params params, struct pattern *pattern);
+
+#endif \ No newline at end of file