about summary refs log tree commit diff stats
path: root/src/ui/inputwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/inputwin.h')
-rw-r--r--src/ui/inputwin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/inputwin.h b/src/ui/inputwin.h
index c351f81b..85c75c8e 100644
--- a/src/ui/inputwin.h
+++ b/src/ui/inputwin.h
@@ -36,7 +36,7 @@
 #define UI_INPUTWIN_H
 
 void create_input_window(void);
-wint_t inp_get_char(char *input, int *size);
+wint_t inp_get_char(char *input, int *size, int *result);
 void inp_win_reset(void);
 void inp_win_resize(const char * input, const int size);
 void inp_put_back(void);