moved terminal stuff to their own file
[visor] / visor / src / term.h
diff --git a/visor/src/term.h b/visor/src/term.h
new file mode 100644 (file)
index 0000000..fd2a4c4
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef TERM_H_
+#define TERM_H_
+
+int term_init(const char *ttypath);
+void term_cleanup(void);
+
+void term_clear(void);
+
+#endif /* TERM_H_ */