Mercurial > emacs
changeset 64978:823e9f92b1aa
(deactivate_process, status_notify, read_process_output):
Remove prototypes.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 15 Aug 2005 08:45:04 +0000 |
parents | d26871fb1b7b |
children | 8cba8fb40b65 |
files | src/lisp.h |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Mon Aug 15 08:44:53 2005 +0000 +++ b/src/lisp.h Mon Aug 15 08:45:04 2005 +0000 @@ -3026,12 +3026,9 @@ 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));