diff options
author | Jari Aalto <jari.aalto@cante.net> | 2001-04-06 19:14:31 +0000 |
---|---|---|
committer | Jari Aalto <jari.aalto@cante.net> | 2009-09-12 16:46:53 +0000 |
commit | 28ef6c316f1aff914bb95ac09787a3c83c1815fd (patch) | |
tree | 2812fe7ffc9beec4f99856906ddfcafda54cf16a /builtins/common.h | |
parent | bb70624e964126b7ac4ff085ba163a9c35ffa18f (diff) | |
download | android_external_bash-28ef6c316f1aff914bb95ac09787a3c83c1815fd.tar.gz android_external_bash-28ef6c316f1aff914bb95ac09787a3c83c1815fd.tar.bz2 android_external_bash-28ef6c316f1aff914bb95ac09787a3c83c1815fd.zip |
Imported from ../bash-2.05.tar.gz.
Diffstat (limited to 'builtins/common.h')
-rw-r--r-- | builtins/common.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/builtins/common.h b/builtins/common.h index 1404354..8f3366b 100644 --- a/builtins/common.h +++ b/builtins/common.h @@ -70,13 +70,6 @@ extern Function *builtin_address __P((char *)); extern Function *find_special_builtin __P((char *)); extern void initialize_shell_builtins __P((void)); -extern char *single_quote __P((char *)); -extern char *double_quote __P((char *)); -extern char *un_double_quote __P((char *)); -extern char *backslash_quote __P((char *)); -extern char *backslash_quote_for_double_quotes __P((char *)); -extern int contains_shell_metas __P((char *)); - /* Functions from set.def */ extern void initialize_shell_options __P((int)); extern void list_minus_o_opts __P((int, int)); @@ -111,5 +104,6 @@ extern void parse_and_execute_cleanup __P((void)); /* Functions from evalfile.c */ extern int maybe_execute_file __P((char *, int)); extern int source_file __P((char *)); +extern int fc_execute_file __P((char *)); #endif /* !__COMMON_H */ |