]> gitweb.fperrin.net Git - iftop.git/blob - tui.h
Import iftop-1.0pre4
[iftop.git] / tui.h
1 /*
2  * tui.h:
3  *
4  *
5  */
6
7 #ifndef __TUI_H_ /* include guard */
8 #define __TUI_H_
9
10 void tui_print(void);
11 void tui_init(void);
12 void tui_loop(void);
13 void tui_tick(int);
14
15 #endif /* __TUI_H_ */