summaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
authorpdw <>2007-03-03 16:01:48 +0000
committerpdw <>2007-03-03 16:01:48 +0000
commit6458ed04f5ce51a4b0dc9059e8ddeff05e56a721 (patch)
treebd99c53cb248642b18075154baae4f3d4ff28722 /ui.h
parent86013fabd68b173dc9021829913ebcc9ce6e9722 (diff)
downloadiftop-6458ed04f5ce51a4b0dc9059e8ddeff05e56a721.zip
Created iftop-dump
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui.h b/ui.h
index d67c8c5..1ebf90c 100644
--- a/ui.h
+++ b/ui.h
@@ -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_ */