diff options
| author | Kim F. Storm | 2004-08-19 13:59:28 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-08-19 13:59:28 +0000 |
| commit | bb41f093dde33efca8a7d5baf6eb1c364ea684c4 (patch) | |
| tree | 0db113834c43767ef2f213cbf6e5081b131aa054 /src/lisp.h | |
| parent | b89a415ab18b6ed14f70518d8bd336d1f3364c9c (diff) | |
| download | emacs-bb41f093dde33efca8a7d5baf6eb1c364ea684c4.tar.gz emacs-bb41f093dde33efca8a7d5baf6eb1c364ea684c4.zip | |
Adapt to new wait_reading_process_input args.
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)); |