summaryrefslogtreecommitdiff
path: root/make_cmd.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-11-21 20:51:19 -0500
committerChet Ramey <chet.ramey@case.edu>2011-11-21 20:51:19 -0500
commit0001803f0b9523c94fa2ede48eaecb047fef4524 (patch)
treef334332811e033ff966d94f6268f0629a94304b3 /make_cmd.h
parent89a92869e56aba4e4cab2d639c00a86f0545c862 (diff)
downloadbash-0001803f0b9523c94fa2ede48eaecb047fef4524.tar.gz
Bash-4.1 distribution source
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 *));