summaryrefslogtreecommitdiff
path: root/src/w32inevt.h
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2004-04-16 12:51:06 +0000
committerKenichi Handa <handa@m17n.org>2004-04-16 12:51:06 +0000
commit6b61353c0a0320ee15bb6488149735381fed62ec (patch)
treee69adba60e504a5a37beb556ad70084de88a7aab /src/w32inevt.h
parentdc6a28319312fe81f7a1015e363174022313f0bd (diff)
downloademacs-6b61353c0a0320ee15bb6488149735381fed62ec.tar.gz
Sync to HEAD
Diffstat (limited to 'src/w32inevt.h')
-rw-r--r--src/w32inevt.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/w32inevt.h b/src/w32inevt.h
index 7df989bffdc..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,
@@ -30,3 +30,6 @@ extern void w32_console_mouse_position (FRAME_PTR *f, int insist,
unsigned long *time);
#endif /* EMACS_W32INEVT_H */
+
+/* arch-tag: 7641bd54-199f-4552-8e8a-6a2f5340ef13
+ (do not change this comment) */