summaryrefslogtreecommitdiff
path: root/jobs.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2016-11-14 14:27:35 -0500
committerChet Ramey <chet.ramey@case.edu>2016-11-14 14:27:35 -0500
commit2965eca924466a48c5597ac5c6c86d470e718908 (patch)
treeddc42994550427535bd97f3ff545d2011213c1bd /jobs.h
parent4f59a8babc53a9f975078c4a003bdc8831c5ee22 (diff)
downloadbash-2965eca924466a48c5597ac5c6c86d470e718908.tar.gz
Bash-4.4 patch 4
Diffstat (limited to 'jobs.h')
-rw-r--r--jobs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/jobs.h b/jobs.h
index 4ba3513c..6df0607e 100644
--- a/jobs.h
+++ b/jobs.h
@@ -190,6 +190,7 @@ extern JOB **jobs;
extern void making_children __P((void));
extern void stop_making_children __P((void));
extern void cleanup_the_pipeline __P((void));
+extern void discard_last_procsub_child __P((void));
extern void save_pipeline __P((int));
extern PROCESS *restore_pipeline __P((int));
extern void start_pipeline __P((void));