diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1998-04-29 04:36:27 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1998-04-29 04:36:27 +0000 |
commit | a6a8f7af2f2cc0cff2a12e61c808f024224a6c0d (patch) | |
tree | efbc9fe6b048b0b22e14503def3770285467ee3e /src/w32inevt.h | |
parent | 1d7414137b071639b2cfa8f145a086d06a7c793b (diff) | |
download | emacs-a6a8f7af2f2cc0cff2a12e61c808f024224a6c0d.tar.gz |
(w32_console_mouse_position, w32_console_read_socket):
Declare with full function prototypes.
Diffstat (limited to 'src/w32inevt.h')
-rw-r--r-- | src/w32inevt.h | 15 |
1 files changed, 7 insertions, 8 deletions
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 |