diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lisp.h b/src/lisp.h index 70f5ddffa94..65dd4cbcea6 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -3026,12 +3026,9 @@ extern int wait_reading_process_output P_ ((int, int, int, int, | |||
| 3026 | Lisp_Object, | 3026 | Lisp_Object, |
| 3027 | struct Lisp_Process *, | 3027 | struct Lisp_Process *, |
| 3028 | int)); | 3028 | int)); |
| 3029 | extern void deactivate_process P_ ((Lisp_Object)); | ||
| 3030 | extern void add_keyboard_wait_descriptor P_ ((int)); | 3029 | extern void add_keyboard_wait_descriptor P_ ((int)); |
| 3031 | extern void delete_keyboard_wait_descriptor P_ ((int)); | 3030 | extern void delete_keyboard_wait_descriptor P_ ((int)); |
| 3032 | extern void close_process_descs P_ ((void)); | 3031 | extern void close_process_descs P_ ((void)); |
| 3033 | extern void status_notify P_ ((void)); | ||
| 3034 | extern int read_process_output P_ ((Lisp_Object, int)); | ||
| 3035 | extern void init_process P_ ((void)); | 3032 | extern void init_process P_ ((void)); |
| 3036 | extern void syms_of_process P_ ((void)); | 3033 | extern void syms_of_process P_ ((void)); |
| 3037 | extern void setup_process_coding_systems P_ ((Lisp_Object)); | 3034 | extern void setup_process_coding_systems P_ ((Lisp_Object)); |