From a5b7a319fb558f5df599de286318029d455ed193 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 6 Apr 2024 17:54:13 +0000 Subject: Prepare for 2.9.5.0; add ? support in backtick Signed-off-by: Laurent Bercot --- src/include/execline/execline.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/execline/execline.h b/src/include/execline/execline.h index a6fc114..8a204d8 100644 --- a/src/include/execline/execline.h +++ b/src/include/execline/execline.h @@ -82,5 +82,6 @@ extern int el_substitute (stralloc *, char const *, size_t, char const *, char c extern void el_modif_and_exec (char const *const *, char const *, char const *, int) gccattr_noreturn ; extern pid_t el_modif_and_spawn (char const *const *, char const *, char const *, int) ; +extern void el_modifs_and_exec (char const *const *, char const *const *, char const *const *, size_t, int) gccattr_noreturn ; #endif -- cgit v1.2.3