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 267e39e914..3c015ba9bb 100644
--- a/osdep/getch2.h
+++ b/osdep/getch2.h
@@ -24,6 +24,6 @@ extern void getch2_disable(void);
/* Read a character or a special key code (see keycodes.h) */
extern void getch2(void);
-extern int mp_input_win32_slave_cmd_func(int fd,char* dest,int size);
+extern int mp_input_slave_cmd_func(int fd,char* dest,int size);
#endif /* GETCH2_H */