aboutsummaryrefslogtreecommitdiffstats
path: root/subst.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2014-08-18 11:45:12 -0400
committerChet Ramey <chet.ramey@case.edu>2014-08-18 11:45:12 -0400
commit85b94814db40fa40856fb80c18f0dcbf62a75a75 (patch)
tree7722804cad8658914956b6bf033f98f4a41c0d30 /subst.h
parentdf2c55de9c87c2ee8904280d26e80f5c48dd6434 (diff)
downloadandroid_external_bash-85b94814db40fa40856fb80c18f0dcbf62a75a75.tar.gz
android_external_bash-85b94814db40fa40856fb80c18f0dcbf62a75a75.tar.bz2
android_external_bash-85b94814db40fa40856fb80c18f0dcbf62a75a75.zip
Bash-4.3 patch 23
Diffstat (limited to 'subst.h')
-rw-r--r--subst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/subst.h b/subst.h
index d123fcc..cedaf8b 100644
--- a/subst.h
+++ b/subst.h
@@ -82,7 +82,7 @@ extern char *extract_arithmetic_subst __P((char *, int *));
/* Extract the <( or >( construct in STRING, and return a new string.
Start extracting at (SINDEX) as if we had just seen "<(".
Make (SINDEX) get the position just after the matching ")". */
-extern char *extract_process_subst __P((char *, char *, int *));
+extern char *extract_process_subst __P((char *, char *, int *, int));
#endif /* PROCESS_SUBSTITUTION */
/* Extract the name of the variable to bind to from the assignment string. */