From e44e3d50dee26d12927baca188ad2a44a0135173 Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Mon, 15 May 2023 13:30:18 -0400 Subject: complete initial implementation of nofork command substitution (${ command; }) --- externs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externs.h') 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 */ -- cgit v1.2.1