diff options
Diffstat (limited to 'src/w32inevt.h')
-rw-r--r-- | src/w32inevt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32inevt.h b/src/w32inevt.h index 53f36e3a348..08d85a0b2e4 100644 --- a/src/w32inevt.h +++ b/src/w32inevt.h @@ -22,7 +22,7 @@ Boston, MA 02110-1301, USA. */ #ifndef EMACS_W32INEVT_H #define EMACS_W32INEVT_H -extern int w32_console_read_socket (int sd, int numchars, +extern int w32_console_read_socket (struct terminal *term, int numchars, struct input_event *hold_quit); extern void w32_console_mouse_position (FRAME_PTR *f, int insist, Lisp_Object *bar_window, |