diff options
| author | Kim F. Storm | 2005-08-15 08:45:04 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-08-15 08:45:04 +0000 |
| commit | b74091648421da5ccc517cb3f404e3b9026d29a3 (patch) | |
| tree | e63ce3580e8e5f44f4ad7ea704558812a1c0b2bb /src | |
| parent | ff6daed30415db8a1110e11f67f5d61ef02f04a5 (diff) | |
| download | emacs-b74091648421da5ccc517cb3f404e3b9026d29a3.tar.gz emacs-b74091648421da5ccc517cb3f404e3b9026d29a3.zip | |
(deactivate_process, status_notify, read_process_output):
Remove prototypes.
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)); |