aboutsummaryrefslogtreecommitdiffstats
path: root/vt100.h
diff options
context:
space:
mode:
Diffstat (limited to 'vt100.h')
-rw-r--r--vt100.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/vt100.h b/vt100.h
deleted file mode 100644
index 3a692a4..0000000
--- a/vt100.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _RUNES_VT100_H
-#define _RUNES_VT100_H
-
-void runes_vt100_process_string(RunesTerm *t, char *buf, size_t len);
-
-#endif