foo
[visor] / visor / src / term.h
index fd2a4c4..a5cc334 100644 (file)
@@ -5,5 +5,6 @@ int term_init(const char *ttypath);
 void term_cleanup(void);
 
 void term_clear(void);
+int term_getchar(void);
 
 #endif /* TERM_H_ */