]> git.eshelyaron.com Git - emacs.git/commitdiff
(deactivate_process, status_notify, read_process_output):
authorKim F. Storm <storm@cua.dk>
Mon, 15 Aug 2005 08:45:04 +0000 (08:45 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 15 Aug 2005 08:45:04 +0000 (08:45 +0000)
Remove prototypes.

src/lisp.h

index 70f5ddffa947053f5b7a7e5b7e95dd202b8a420d..65dd4cbcea6ff1b0bef07400d5731ff0b9f2c31f 100644 (file)
@@ -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));