diff options
author | pdw <> | 2007-03-03 16:01:48 +0000 |
---|---|---|
committer | pdw <> | 2007-03-03 16:01:48 +0000 |
commit | 6458ed04f5ce51a4b0dc9059e8ddeff05e56a721 (patch) | |
tree | bd99c53cb248642b18075154baae4f3d4ff28722 /ui.h | |
parent | 86013fabd68b173dc9021829913ebcc9ce6e9722 (diff) | |
download | iftop-6458ed04f5ce51a4b0dc9059e8ddeff05e56a721.zip |
Created iftop-dump
Diffstat (limited to 'ui.h')
-rw-r--r-- | ui.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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_ */ |