--- embedaddon/iftop/ui.h 2012/02/21 16:57:34 1.1.1.1 +++ embedaddon/iftop/ui.h 2016/10/18 14:04:50 1.1.1.2 @@ -11,5 +11,7 @@ void ui_print(void); void ui_loop(void); void ui_finish(void); void ui_tick(int); +void analyse_data(void); +void ui_init(void); #endif /* __UI_H_ */