about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index 58ce8fb5..600f7fe0 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -230,7 +230,7 @@ void ui_update_presence(const resource_presence_t resource_presence,
 void ui_about(void);
 void ui_statusbar_new(const int win);
 
-wint_t ui_get_char(char *input, int *size, int *result);
+wint_t ui_get_char(char *input, int *size);
 void ui_input_clear(void);
 void ui_input_nonblocking(gboolean);
 void ui_replace_input(char *input, const char * const new_input, int *size);