aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
diff options
context:
space:
mode:
authorRichard M. Stallman2006-09-08 12:07:46 +0000
committerRichard M. Stallman2006-09-08 12:07:46 +0000
commit5596b3bcf58e97fcf4dfbfbc7906593b9b6150d7 (patch)
tree27e28b0ec282fd899a4ccb83dfbcec304cc40cd3 /src/process.h
parent910c747a2f19004db7dc5753a3f5e52acf62e0be (diff)
downloademacs-5596b3bcf58e97fcf4dfbfbc7906593b9b6150d7.tar.gz
emacs-5596b3bcf58e97fcf4dfbfbc7906593b9b6150d7.zip
(inhibit_sentinels): Add decl.
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h
index b585515d6b1..fcf8d9b6c1f 100644
--- a/src/process.h
+++ b/src/process.h
@@ -161,5 +161,9 @@ extern int synch_process_retcode;
161#define NULL_DEVICE "/dev/null" 161#define NULL_DEVICE "/dev/null"
162#endif 162#endif
163 163
164/* Nonzero means don't run process sentinels. This is used
165 when exiting. */
166extern int inhibit_sentinels;
167
164/* arch-tag: dffedfc4-d7bc-4b58-a26f-c16155449c72 168/* arch-tag: dffedfc4-d7bc-4b58-a26f-c16155449c72
165 (do not change this comment) */ 169 (do not change this comment) */