Mercurial > hg > xemacs-beta
diff src/process.h @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 727739f917cb |
children | ca9a9ec9c1c1 |
line wrap: on
line diff
--- a/src/process.h Mon Aug 13 10:27:41 2007 +0200 +++ b/src/process.h Mon Aug 13 10:28:48 2007 +0200 @@ -33,7 +33,7 @@ #define kill_buffer_processes(x) 0 #define close_process_descs() 0 #define init_xemacs_process() 0 -extern void wait_without_blocking (void); +void wait_without_blocking (void); #else /* not NO_SUBPROCESSES */ @@ -50,24 +50,7 @@ #ifdef emacs -Lisp_Object Fget_process (Lisp_Object name); -Lisp_Object Fget_buffer_process (Lisp_Object name); -Lisp_Object Fprocessp (Lisp_Object object); -Lisp_Object Fprocess_status (Lisp_Object process); -Lisp_Object Fkill_process (Lisp_Object process, - Lisp_Object current_group); -Lisp_Object Fdelete_process (Lisp_Object process); -Lisp_Object Fopen_network_stream_internal (Lisp_Object name, - Lisp_Object buffer, - Lisp_Object host, - Lisp_Object service, - Lisp_Object family); -Lisp_Object Fopen_multicast_group_internal (Lisp_Object name, - Lisp_Object buffer, - Lisp_Object dest, - Lisp_Object port, - Lisp_Object ttl); -Lisp_Object Fprocess_kill_without_query (Lisp_Object, Lisp_Object); +EXFUN (Fprocess_kill_without_query, 2); Lisp_Object connect_to_file_descriptor (Lisp_Object name, Lisp_Object buffer, @@ -109,7 +92,8 @@ #define network_connection_p(x) 0 #endif -extern Lisp_Object Qrun, Qexit, Qopen, Qclosed; +extern Lisp_Object Qclosed, Qmulticast, Qopen, Qrun, Qstop, Qtcpip; +extern Lisp_Object Vprocess_connection_type, Vprocess_list; /* Report all recent events of a change in process status (either run the sentinel or output a message).