summaryrefslogtreecommitdiffstats
path: root/osdep/getch2.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/getch2.h')
-rw-r--r--osdep/getch2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/getch2.h b/osdep/getch2.h
index 66ace32da0..eb1ae49fa3 100644
--- a/osdep/getch2.h
+++ b/osdep/getch2.h
@@ -19,7 +19,7 @@ extern void getch2_enable(void);
extern void getch2_disable(void);
/* Read a character or a special key code (see keycodes.h) */
-extern int getch2(int halfdelay_time);
+extern void getch2(void);
#ifdef __MINGW32__
extern int mp_input_win32_slave_cmd_func(int fd,char* dest,int size);