summaryrefslogtreecommitdiff
path: root/make_cmd.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-08 20:15:36 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-08 20:15:36 -0500
commite6dfa7174437ec527c05f206e4cc5168258f9b6b (patch)
tree58e6853ce01d47917c142c7cb14e79c698f6c962 /make_cmd.h
parent824dfe680374170a2f0c2ac257c23c4113bee8d8 (diff)
downloadbash-e6dfa7174437ec527c05f206e4cc5168258f9b6b.tar.gz
commit bash-20090910 snapshot
Diffstat (limited to 'make_cmd.h')
-rw-r--r--make_cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_cmd.h b/make_cmd.h
index 0a7456ee..f17774d9 100644
--- a/make_cmd.h
+++ b/make_cmd.h
@@ -47,7 +47,7 @@ extern COMMAND *make_until_command __P((COMMAND *, COMMAND *));
extern COMMAND *make_bare_simple_command __P((void));
extern COMMAND *make_simple_command __P((ELEMENT, COMMAND *));
extern void make_here_document __P((REDIRECT *, int));
-extern REDIRECT *make_redirection __P((int, enum r_instruction, REDIRECTEE));
+extern REDIRECT *make_redirection __P((REDIRECTEE, enum r_instruction, REDIRECTEE, int));
extern COMMAND *make_function_def __P((WORD_DESC *, COMMAND *, int, int));
extern COMMAND *clean_simple_command __P((COMMAND *));