diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index a0345653924..e4fd7ef2c16 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2964,7 +2964,10 @@ EXFUN (Fprocess_send_eof, 1); | |||
| 2964 | EXFUN (Fwaiting_for_user_input_p, 0); | 2964 | EXFUN (Fwaiting_for_user_input_p, 0); |
| 2965 | extern Lisp_Object Qprocessp; | 2965 | extern Lisp_Object Qprocessp; |
| 2966 | extern void kill_buffer_processes P_ ((Lisp_Object)); | 2966 | extern void kill_buffer_processes P_ ((Lisp_Object)); |
| 2967 | extern int wait_reading_process_input P_ ((int, int, Lisp_Object, int)); | 2967 | extern int wait_reading_process_input P_ ((int, int, int, int, |
| 2968 | Lisp_Object, | ||
| 2969 | struct Lisp_Process *, | ||
| 2970 | int)); | ||
| 2968 | extern void deactivate_process P_ ((Lisp_Object)); | 2971 | extern void deactivate_process P_ ((Lisp_Object)); |
| 2969 | extern void add_keyboard_wait_descriptor P_ ((int)); | 2972 | extern void add_keyboard_wait_descriptor P_ ((int)); |
| 2970 | extern void delete_keyboard_wait_descriptor P_ ((int)); | 2973 | extern void delete_keyboard_wait_descriptor P_ ((int)); |