summaryrefslogtreecommitdiff
path: root/subst.h
diff options
context:
space:
mode:
Diffstat (limited to 'subst.h')
-rw-r--r--subst.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/subst.h b/subst.h
index c23efe67..7530dc6e 100644
--- a/subst.h
+++ b/subst.h
@@ -279,6 +279,9 @@ extern void clear_fifo_list __P((void));
extern int find_procsub_child __P((pid_t));
extern void set_procsub_status __P((int, pid_t, int));
+
+extern void wait_procsubs __P((void));
+extern void reap_procsubs __P((void));
#endif
extern WORD_LIST *list_string_with_quotes __P((char *));