]> gitweb.fperrin.net Git - iftop.git/blob - ui.h
Import de iftop-1.0pre1
[iftop.git] / ui.h
1 /*
2  * ui.h:
3  *
4  *
5  */
6
7 #ifndef __UI_H_ /* include guard */
8 #define __UI_H_
9
10 void ui_print(void);
11 void ui_loop(void);
12 void ui_finish(void);
13 void ui_tick(int);
14 void analyse_data(void);
15 void ui_init(void);
16
17 #endif /* __UI_H_ */