diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-03 13:38:20 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-03 13:38:20 -0500 |
commit | c32717638941b4a34cf4cd8e3c984b5272a3f617 (patch) | |
tree | 5cb7a2dfd9c1124df4982230f5e91b8a90578934 /externs.h | |
parent | 453f278a2a8fb76113a36df4d369b377052bd1b7 (diff) | |
download | bash-c32717638941b4a34cf4cd8e3c984b5272a3f617.tar.gz |
commit bash-20041021 snapshot
Diffstat (limited to 'externs.h')
-rw-r--r-- | externs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -235,6 +235,7 @@ extern int sh_regmatch __P((const char *, const char *, int)); /* declarations for functions defined in lib/sh/shquote.c */ extern char *sh_single_quote __P((char *)); extern char *sh_double_quote __P((char *)); +extern char *sh_mkdoublequoted __P((const char *, int, int)); extern char *sh_un_double_quote __P((char *)); extern char *sh_backslash_quote __P((char *)); extern char *sh_backslash_quote_for_double_quotes __P((char *)); |