summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index e29cba46..2f6c2470 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -333,7 +333,7 @@ void set_converting_type(int which);
/* io */
int getdata(int line, int col, const char *prompt, char *buf, int len, int echo);
int igetch(void);
-int wait_input(float f, int flDoRefresh);
+int wait_input(float f, int bIgnoreBuf);
int peek_input(float f, int c);
void drop_input(void);
int getdata_str(int line, int col, const char *prompt, char *buf, int len, int echo, const char *defaultstr);