diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-04-06 17:54:13 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-04-06 17:54:13 +0000 |
commit | a5b7a319fb558f5df599de286318029d455ed193 (patch) | |
tree | b468c6b2620613aa5f29d793feecb22c94dfedbf /src/include | |
parent | db852ecd93afc9f893886a132ee58b23579fc79d (diff) | |
download | execline-a5b7a319fb558f5df599de286318029d455ed193.tar.xz |
Prepare for 2.9.5.0; add ? support in backtick
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/execline/execline.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |