summaryrefslogtreecommitdiff
path: root/zwgc/tty_filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/tty_filter.h')
-rw-r--r--zwgc/tty_filter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zwgc/tty_filter.h b/zwgc/tty_filter.h
new file mode 100644
index 0000000..77f0e28
--- /dev/null
+++ b/zwgc/tty_filter.h
@@ -0,0 +1,2 @@
+extern int tty_filter_init(char *, char, int *, char **);
+extern string tty_filter(string, int);