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/gpg-error.h.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gpg-error.h.in') diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in index 0af8ef5..be44afb 100644 --- a/src/gpg-error.h.in +++ b/src/gpg-error.h.in @@ -1112,6 +1112,8 @@ void _gpgrt_log_assert (const char *expr, const char *file, int line, typedef struct gpgrt_process *gpgrt_process_t; typedef struct gpgrt_spawn_actions *gpgrt_spawn_actions_t; +gpg_err_code_t gpgrt_spawn_actions_new (gpgrt_spawn_actions_t *r_act); +void gpgrt_spawn_actions_release (gpgrt_spawn_actions_t act); @define:spawn_actions_functions@ enum gpgrt_process_requests -- cgit v1.2.3