summaryrefslogtreecommitdiff
path: root/externs.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2023-05-15 13:30:18 -0400
committerChet Ramey <chet.ramey@case.edu>2023-05-15 13:30:18 -0400
commite44e3d50dee26d12927baca188ad2a44a0135173 (patch)
treee4ff8c47078cdd7b23901205f7e1db26cd1f2242 /externs.h
parentc375f8f45f4882db3098f9b54a19b75d2b176537 (diff)
downloadbash-devel.tar.gz
complete initial implementation of nofork command substitution (${ command; })devel
Diffstat (limited to 'externs.h')
-rw-r--r--externs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/externs.h b/externs.h
index 1afec7ce..bbb5cccb 100644
--- a/externs.h
+++ b/externs.h
@@ -180,7 +180,7 @@ extern void show_shell_version (int);
go into a separate include file. */
/* declarations for functions defined in lib/sh/anonfile.c */
-extern int anonopen (const char *, int);
+extern int anonopen (const char *, int, char **);
extern int anonclose (int, const char *);
/* declarations for functions defined in lib/sh/casemod.c */