summaryrefslogtreecommitdiff
path: root/src/w32inevt.h
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2004-02-27 23:49:09 +0000
committerKim F. Storm <storm@cua.dk>2004-02-27 23:49:09 +0000
commit156395866238fa97dbe03276c7e0c53679dd32ab (patch)
treea49559ed3acaa4794708d9d67c7f9657e048174f /src/w32inevt.h
parent9cd31aafd44dd4039c58d144a02fbd31f3c7e07f (diff)
downloademacs-156395866238fa97dbe03276c7e0c53679dd32ab.tar.gz
(w32_console_mouse_position): Fix prototype.
Diffstat (limited to 'src/w32inevt.h')
-rw-r--r--src/w32inevt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32inevt.h b/src/w32inevt.h
index 0b3c70a141e..fb61cb0ef55 100644
--- a/src/w32inevt.h
+++ b/src/w32inevt.h
@@ -21,8 +21,8 @@ Boston, MA 02111-1307, USA. */
#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,