summaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
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_ */