summaryrefslogtreecommitdiff
path: root/src/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/draw.h')
-rw-r--r--src/draw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/draw.h b/src/draw.h
index 5a44f55..d05852c 100644
--- a/src/draw.h
+++ b/src/draw.h
@@ -5,7 +5,7 @@
#include "group.h"
// initialize the tui
-void tui_init(Group **groups, Entry **entries);
+void tui_init(Group **groups, int g_count, Entry **entries, int e_count);
// destroy the tui
void tui_end();