comparison src/process.h @ 53726:f37373c2902a

* process.h: Add extern to synch_process_termsig.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 27 Jan 2004 09:40:23 +0000
parents 77ad9650fc55
children 20c2d120fc79
comparison
equal deleted inserted replaced
53725:38163e38885b 53726:f37373c2902a
135 135
136 /* Nonzero => this is a string explaining death of synchronous subprocess. */ 136 /* Nonzero => this is a string explaining death of synchronous subprocess. */
137 extern char *synch_process_death; 137 extern char *synch_process_death;
138 138
139 /* Nonzero => this is the signal number that terminated the subprocess. */ 139 /* Nonzero => this is the signal number that terminated the subprocess. */
140 int synch_process_termsig; 140 extern int synch_process_termsig;
141 141
142 /* If synch_process_death is zero, 142 /* If synch_process_death is zero,
143 this is exit code of synchronous subprocess. */ 143 this is exit code of synchronous subprocess. */
144 extern int synch_process_retcode; 144 extern int synch_process_retcode;
145 145