diff options
Diffstat (limited to 'src/keyboard.h')
| -rw-r--r-- | src/keyboard.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index 00745a09140..ba3c909c4dd 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -507,7 +507,7 @@ extern void kbd_buffer_store_event_hold (struct input_event *, | |||
| 507 | extern void kbd_buffer_unget_event (struct input_event *); | 507 | extern void kbd_buffer_unget_event (struct input_event *); |
| 508 | extern void poll_for_input_1 (void); | 508 | extern void poll_for_input_1 (void); |
| 509 | extern void show_help_echo (Lisp_Object, Lisp_Object, Lisp_Object, | 509 | extern void show_help_echo (Lisp_Object, Lisp_Object, Lisp_Object, |
| 510 | Lisp_Object, int); | 510 | Lisp_Object); |
| 511 | extern void gen_help_event (Lisp_Object, Lisp_Object, Lisp_Object, | 511 | extern void gen_help_event (Lisp_Object, Lisp_Object, Lisp_Object, |
| 512 | Lisp_Object, EMACS_INT); | 512 | Lisp_Object, EMACS_INT); |
| 513 | extern void kbd_buffer_store_help_event (Lisp_Object, Lisp_Object); | 513 | extern void kbd_buffer_store_help_event (Lisp_Object, Lisp_Object); |
| @@ -517,7 +517,7 @@ extern void add_user_signal (int, const char *); | |||
| 517 | 517 | ||
| 518 | extern int tty_read_avail_input (struct terminal *, int, | 518 | extern int tty_read_avail_input (struct terminal *, int, |
| 519 | struct input_event *); | 519 | struct input_event *); |
| 520 | extern EMACS_TIME timer_check (int); | 520 | extern EMACS_TIME timer_check (void); |
| 521 | extern void mark_kboards (void); | 521 | extern void mark_kboards (void); |
| 522 | 522 | ||
| 523 | #ifdef WINDOWSNT | 523 | #ifdef WINDOWSNT |