diff options
| author | Dave Love | 2000-06-20 13:22:16 +0000 |
|---|---|---|
| committer | Dave Love | 2000-06-20 13:22:16 +0000 |
| commit | d494ad02a2b46feb779484718cf20fb465770310 (patch) | |
| tree | a3a8d80081052d2fbd2cdf0e36c6e56621af0a68 /src | |
| parent | 0d624dd4c4496e084af0676dfe27a0d90ad5eba5 (diff) | |
| download | emacs-d494ad02a2b46feb779484718cf20fb465770310.tar.gz emacs-d494ad02a2b46feb779484718cf20fb465770310.zip | |
(poll_for_input_1): Declare.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index 0474c0404b7..f6ac9a56b52 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -331,3 +331,6 @@ extern void timer_start_idle P_ ((void)); | |||
| 331 | extern void timer_stop_idle P_ ((void)); | 331 | extern void timer_stop_idle P_ ((void)); |
| 332 | extern int lucid_event_type_list_p P_ ((Lisp_Object)); | 332 | extern int lucid_event_type_list_p P_ ((Lisp_Object)); |
| 333 | extern void kbd_buffer_store_event P_ ((struct input_event *)); | 333 | extern void kbd_buffer_store_event P_ ((struct input_event *)); |
| 334 | #ifdef POLL_FOR_INPUT | ||
| 335 | extern void poll_for_input_1 P_ ((void)); | ||
| 336 | #endif | ||