diff options
Diffstat (limited to 'osdep/getch2.h')
-rw-r--r-- | osdep/getch2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/osdep/getch2.h b/osdep/getch2.h index a2206e605d..a85969207c 100644 --- a/osdep/getch2.h +++ b/osdep/getch2.h @@ -22,7 +22,8 @@ void getch2_enable(void); void getch2_disable(void); /* Read a character or a special key code (see keycodes.h) */ -void getch2(void); +struct mp_fifo; +void getch2(struct mp_fifo *fifo); /* slave cmd function for Windows and OS/2 */ int mp_input_slave_cmd_func(int fd,char* dest,int size); |