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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/inputwin.h b/src/ui/inputwin.h
index f49a6a76..4f732e67 100644
--- a/src/ui/inputwin.h
+++ b/src/ui/inputwin.h
@@ -47,5 +47,6 @@ void inp_win_clear(void);
 void inp_win_resize(void);
 void inp_put_back(void);
 char* inp_get_password(void);
+char * inp_get_line(void);
 
 #endif