From d166f048818e10cf3799aa24a174fb22835f1acc Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Thu, 5 Jun 1997 14:59:13 +0000 Subject: Imported from ../bash-2.01.tar.gz. --- input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input.h') diff --git a/input.h b/input.h index 64f66be7..d174af2e 100644 --- a/input.h +++ b/input.h @@ -80,7 +80,7 @@ extern BASH_INPUT bash_input; /* Functions from parse.y. */ extern void initialize_bash_input __P((void)); -extern void init_yy_io __P((Function *, Function *, int, char *, INPUT_STREAM)); +extern void init_yy_io __P((Function *, Function *, enum stream_type, char *, INPUT_STREAM)); extern void with_input_from_stdin __P((void)); extern void with_input_from_string __P((char *, char *)); extern void with_input_from_stream __P((FILE *, char *)); -- cgit v1.2.1