From: Geoff Voelker Date: Wed, 29 Apr 1998 04:36:27 +0000 (+0000) Subject: (w32_console_mouse_position, w32_console_read_socket): X-Git-Tag: emacs-20.3~1247 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=543b3f021abd29bd87d75bcb9749350600234ddb;p=emacs.git (w32_console_mouse_position, w32_console_read_socket): Declare with full function prototypes. --- diff --git a/src/w32inevt.h b/src/w32inevt.h index 1ff9cff793f..df94f910371 100644 --- a/src/w32inevt.h +++ b/src/w32inevt.h @@ -21,13 +21,12 @@ Boston, MA 02111-1307, USA. */ #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