changeset 546:c10a468c6203

entered into RCS
author Jim Blandy <jimb@redhat.com>
date Tue, 11 Feb 1992 02:10:29 +0000
parents 3bf63e2cf890
children 1856d835aac3
files src/process.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/process.h	Tue Feb 11 02:09:48 1992 +0000
+++ b/src/process.h	Tue Feb 11 02:10:29 1992 +0000
@@ -79,6 +79,11 @@
    are waiting for it.  */
 extern int synch_process_alive;
 
+/* Communicate exit status of synch process to from sigchld_handler
+   to Fcall_process.  */
+extern int synch_process_retcode;
+extern char *synch_process_death;
+
 /* Nonzero => this is a string explaining death of synchronous subprocess.  */
 extern char *synch_process_death;