From e644311383350ce704611cce69f322a7d9dd548e Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Thu, 6 Jun 2024 16:30:26 +0900 Subject: spawn: Expose gpgrt_spawn_actions functions. * src/gpg-error.def.in: Update. * src/gpg-error.h.in: Add declarations. * src/gpg-error.vers: Update. * src/visibility.c: Update. * src/visibility.h: Update. -- Signed-off-by: NIIBE Yutaka --- src/gpgrt-int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpgrt-int.h') diff --git a/src/gpgrt-int.h b/src/gpgrt-int.h index 2652062..4a37686 100644 --- a/src/gpgrt-int.h +++ b/src/gpgrt-int.h @@ -634,7 +634,7 @@ gpg_err_code_t _gpgrt_make_pipe (int filedes[2], estream_t *r_fp, #define _gpgrt_create_inbound_pipe(a,b,c) _gpgrt_make_pipe ((a), (b), -1, (c)) #define _gpgrt_create_outbound_pipe(a,b,c) _gpgrt_make_pipe ((a), (b), 1, (c)) -/* Actions (at spawning a chile process), which is OS-specific. */ +/* Actions (at spawning a child process), which is OS-specific. */ gpg_err_code_t _gpgrt_spawn_actions_new (gpgrt_spawn_actions_t *r_act); void _gpgrt_spawn_actions_release (gpgrt_spawn_actions_t act); #ifdef HAVE_W32_SYSTEM -- cgit v1.2.3