summaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/ui.h b/ui.h
new file mode 100644
index 0000000..1ebf90c
--- /dev/null
+++ b/ui.h
@@ -0,0 +1,17 @@
+/*
+ * ui.h:
+ *
+ *
+ */
+
+#ifndef __UI_H_ /* include guard */
+#define __UI_H_
+
+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_ */