summaryrefslogtreecommitdiff
path: root/externs.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-03 13:38:20 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-03 13:38:20 -0500
commitc32717638941b4a34cf4cd8e3c984b5272a3f617 (patch)
tree5cb7a2dfd9c1124df4982230f5e91b8a90578934 /externs.h
parent453f278a2a8fb76113a36df4d369b377052bd1b7 (diff)
downloadbash-c32717638941b4a34cf4cd8e3c984b5272a3f617.tar.gz
commit bash-20041021 snapshot
Diffstat (limited to 'externs.h')
-rw-r--r--externs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/externs.h b/externs.h
index b382cbde..541832ef 100644
--- a/externs.h
+++ b/externs.h
@@ -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 *));