diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-03 22:46:30 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-03 22:46:30 -0500 |
commit | 591dd2e5f84693c39a404be0d87af1c34de49002 (patch) | |
tree | 5a486d7738434b6f537efc9a8b0058931e8be206 /input.h | |
parent | 74d9692be073ebf7c2781eee7c8e556b544603ea (diff) | |
download | bash-591dd2e5f84693c39a404be0d87af1c34de49002.tar.gz |
commit bash-20060322 snapshot
Diffstat (limited to 'input.h')
-rw-r--r-- | input.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ extern int stream_on_stack __P((enum stream_type)); extern char *read_secondary_line __P((int)); extern int find_reserved_word __P((char *)); extern void gather_here_documents __P((void)); -extern void execute_prompt_command __P((char *)); +extern void execute_variable_command __P((char *, char *)); extern int *save_token_state __P((void)); extern void restore_token_state __P((int *)); |