diff options
author | Chet Ramey <chet.ramey@case.edu> | 2023-05-15 13:30:18 -0400 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2023-05-15 13:30:18 -0400 |
commit | e44e3d50dee26d12927baca188ad2a44a0135173 (patch) | |
tree | e4ff8c47078cdd7b23901205f7e1db26cd1f2242 /externs.h | |
parent | c375f8f45f4882db3098f9b54a19b75d2b176537 (diff) | |
download | bash-devel.tar.gz |
complete initial implementation of nofork command substitution (${ command; })devel
Diffstat (limited to 'externs.h')
-rw-r--r-- | externs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |