summaryrefslogtreecommitdiff
path: root/subst.h
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>2008-11-18 13:15:12 +0000
committerJari Aalto <jari.aalto@cante.net>2009-09-12 16:46:59 +0000
commitf1be666c7d78939ad775078d290bec2758fa29a2 (patch)
tree4f4b8ed6eb250653e0bb44685eb5ffa9d3805e91 /subst.h
parent0628567a28f3510f506ae46cb9b24b73a6d2dc5d (diff)
downloadbash-f1be666c7d78939ad775078d290bec2758fa29a2.tar.gz
Imported from ../bash-3.2.48.tar.gz.
Diffstat (limited to 'subst.h')
-rw-r--r--subst.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/subst.h b/subst.h
index 9bc6e2be..3c3828f5 100644
--- a/subst.h
+++ b/subst.h
@@ -135,7 +135,7 @@ extern WORD_LIST *expand_string_unsplit __P((char *, int));
extern WORD_LIST *expand_string_assignment __P((char *, int));
/* Expand a prompt string. */
-extern WORD_LIST *expand_prompt_string __P((char *, int));
+extern WORD_LIST *expand_prompt_string __P((char *, int, int));
/* Expand STRING just as if you were expanding a word. This also returns
a list of words. Note that filename globbing is *NOT* done for word
@@ -222,6 +222,7 @@ extern WORD_LIST *expand_words_shellexp __P((WORD_LIST *));
extern char *command_substitute __P((char *, int));
extern char *pat_subst __P((char *, char *, char *, int));
+extern int fifos_pending __P((void));
extern void unlink_fifo_list __P((void));
extern WORD_LIST *list_string_with_quotes __P((char *));