summaryrefslogtreecommitdiff
path: root/subst.h~
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-12 21:59:37 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-12 21:59:37 -0500
commit6faad6254a2f49cbf6da34553e4aa51db37aaed4 (patch)
tree18fe4cf47a22ddcf0221fa86462cc1a103e67725 /subst.h~
parenteb0b2ad86bbd9178fa862f5b590357599a1be716 (diff)
downloadbash-6faad6254a2f49cbf6da34553e4aa51db37aaed4.tar.gz
commit bash-20100525 snapshot
Diffstat (limited to 'subst.h~')
-rw-r--r--subst.h~4
1 files changed, 3 insertions, 1 deletions
diff --git a/subst.h~ b/subst.h~
index f313758c..db6a1326 100644
--- a/subst.h~
+++ b/subst.h~
@@ -253,12 +253,14 @@ extern WORD_LIST *expand_words_shellexp __P((WORD_LIST *));
extern WORD_DESC *command_substitute __P((char *, int));
extern char *pat_subst __P((char *, char *, char *, int));
-extern char *copy_fifo_list __P((int *));
extern int fifos_pending __P((void));
extern int num_fifos __P((void));
extern void unlink_fifo_list __P((void));
extern void unlink_fifo __P((int));
+extern char *copy_fifo_list __P((int *));
+extern void unlink_new_fifos __P((char *, int));
+
extern WORD_LIST *list_string_with_quotes __P((char *));
#if defined (ARRAY_VARS)