aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2005-08-15 08:45:04 +0000
committerKim F. Storm2005-08-15 08:45:04 +0000
commitb74091648421da5ccc517cb3f404e3b9026d29a3 (patch)
treee63ce3580e8e5f44f4ad7ea704558812a1c0b2bb /src
parentff6daed30415db8a1110e11f67f5d61ef02f04a5 (diff)
downloademacs-b74091648421da5ccc517cb3f404e3b9026d29a3.tar.gz
emacs-b74091648421da5ccc517cb3f404e3b9026d29a3.zip
(deactivate_process, status_notify, read_process_output):
Remove prototypes.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h3
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));
3029extern void deactivate_process P_ ((Lisp_Object));
3030extern void add_keyboard_wait_descriptor P_ ((int)); 3029extern void add_keyboard_wait_descriptor P_ ((int));
3031extern void delete_keyboard_wait_descriptor P_ ((int)); 3030extern void delete_keyboard_wait_descriptor P_ ((int));
3032extern void close_process_descs P_ ((void)); 3031extern void close_process_descs P_ ((void));
3033extern void status_notify P_ ((void));
3034extern int read_process_output P_ ((Lisp_Object, int));
3035extern void init_process P_ ((void)); 3032extern void init_process P_ ((void));
3036extern void syms_of_process P_ ((void)); 3033extern void syms_of_process P_ ((void));
3037extern void setup_process_coding_systems P_ ((Lisp_Object)); 3034extern void setup_process_coding_systems P_ ((Lisp_Object));