Created iftop-dump

This commit is contained in:
pdw
2007-03-03 16:01:48 +00:00
parent 86013fabd6
commit 6458ed04f5
8 changed files with 578 additions and 17 deletions

2
ui.h
View File

@@ -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_ */