summaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.h b/ui.h
index 015b1aa..9a80a35 100644
--- a/ui.h
+++ b/ui.h
@@ -41,7 +41,7 @@ typedef struct {
typedef DYNARR(Str) UiOpts;
-void ui_init(int argc, char **argv);
+void ui_init(int argc, char **argv, UiOpts o);
void ui_fini(void);
void ui_draw(Str input, int inpi, int seli, UiOpts o);
int ui_wait_event(UiEvent *e);