Mercurial > emacs
changeset 21830:56104212fe5c
(w32_console_mouse_position, w32_console_read_socket):
Declare with full function prototypes.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Wed, 29 Apr 1998 04:36:27 +0000 |
parents | 674d44aeeda1 |
children | 6b659713b90b |
files | src/w32inevt.h |
diffstat | 1 files changed, 7 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32inevt.h Wed Apr 29 04:36:00 1998 +0000 +++ b/src/w32inevt.h Wed Apr 29 04:36:27 1998 +0000 @@ -21,13 +21,12 @@ #ifndef __NTINEVT_H__ #define __NTINEVT_H__ -int w32_console_read_socket (/* int sd, struct input_event *bufp, int numchars, - int waitp, int expected */); -void w32_mouse_position (/* FRAME_PTR *f, - Lisp_Object *bar_window, - enum scroll_bar_part *part, - Lisp_Object *x, - Lisp_Object *y, - unsigned long *time */); +extern int w32_console_read_socket (int sd, struct input_event *bufp, + int numchars, int expected); +extern void w32_console_mouse_position (FRAME_PTR *f, int insist, + Lisp_Object *bar_window, + enum scroll_bar_part *part, + Lisp_Object *x, Lisp_Object *y, + unsigned long *time); #endif