fd2a4c44fd9c0a06a2dd10161803104926a78e3e
[visor] / visor / src / term.h
1 #ifndef TERM_H_
2 #define TERM_H_
3
4 int term_init(const char *ttypath);
5 void term_cleanup(void);
6
7 void term_clear(void);
8
9 #endif  /* TERM_H_ */