aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2005-08-15 08:45:04 +0000
committerKim F. Storm <[email protected]>2005-08-15 08:45:04 +0000
commitb74091648421da5ccc517cb3f404e3b9026d29a3 (patch)
treee63ce3580e8e5f44f4ad7ea704558812a1c0b2bb /src
parentff6daed30415db8a1110e11f67f5d61ef02f04a5 (diff)
(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 70f5ddffa9..65dd4cbcea 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -3026,12 +3026,9 @@ extern int wait_reading_process_output P_ ((int, int, int, int,
Lisp_Object,
struct Lisp_Process *,
int));
-extern void deactivate_process P_ ((Lisp_Object));
extern void add_keyboard_wait_descriptor P_ ((int));
extern void delete_keyboard_wait_descriptor P_ ((int));
extern void close_process_descs P_ ((void));
-extern void status_notify P_ ((void));
-extern int read_process_output P_ ((Lisp_Object, int));
extern void init_process P_ ((void));
extern void syms_of_process P_ ((void));
extern void setup_process_coding_systems P_ ((Lisp_Object));