diff options
Diffstat (limited to 'src/gpg-error.h.in')
-rw-r--r-- | src/gpg-error.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in index 1589015..d38696a 100644 --- a/src/gpg-error.h.in +++ b/src/gpg-error.h.in @@ -1107,7 +1107,8 @@ void _gpgrt_log_assert (const char *expr, const char *file, int line, #define GPGRT_PROCESS_STREAM_NONBLOCK (1 << 16) typedef struct gpgrt_process *gpgrt_process_t; -@define:struct_spawn_cb_arg@ +typedef struct gpgrt_spawn_actions *gpgrt_spawn_actions_t; +@define:spawn_actions_functions@ enum gpgrt_process_requests { |