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 5d104cdb..f121c9d9 100644
--- a/src/ui/inputwin.h
+++ b/src/ui/inputwin.h
@@ -36,7 +36,7 @@
 #define UI_INPUTWIN_H
 
 void create_input_window(void);
-char* inp_get_char(int *key_type, wint_t *ch);
+char* inp_read(int *key_type, wint_t *ch);
 void inp_win_reset(void);
 void inp_win_resize(void);
 void inp_put_back(void);