summaryrefslogtreecommitdiff
path: root/src/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/draw.h')
-rw-r--r--src/draw.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/draw.h b/src/draw.h
index 8a39605..5a44f55 100644
--- a/src/draw.h
+++ b/src/draw.h
@@ -1,8 +1,11 @@
#ifndef DRAW_H
#define DRAW_H
+#include "entry.h"
+#include "group.h"
+
// initialize the tui
-void tui_init();
+void tui_init(Group **groups, Entry **entries);
// destroy the tui
void tui_end();