# HG changeset patch # User Kim F. Storm # Date 1077925749 0 # Node ID 9f3ff0d515be3119f4ba8700e4641b2c74eced70 # Parent 8b5313e6b324cf6d204326660100e684a9d2711d (w32_console_mouse_position): Fix prototype. diff -r 8b5313e6b324 -r 9f3ff0d515be src/w32inevt.h --- a/src/w32inevt.h Fri Feb 27 23:48:59 2004 +0000 +++ b/src/w32inevt.h Fri Feb 27 23:49:09 2004 +0000 @@ -21,8 +21,8 @@ #ifndef EMACS_W32INEVT_H #define EMACS_W32INEVT_H -extern int w32_console_read_socket (int sd, struct input_event *bufp, - int numchars, int expected); +extern int w32_console_read_socket (int sd, int numchars, + struct input_event *hold_quit); extern void w32_console_mouse_position (FRAME_PTR *f, int insist, Lisp_Object *bar_window, enum scroll_bar_part *part,