diff options
Diffstat (limited to 'common/exechelp.h')
-rw-r--r-- | common/exechelp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/exechelp.h b/common/exechelp.h index 6375d9d10..cd91d3e39 100644 --- a/common/exechelp.h +++ b/common/exechelp.h @@ -249,6 +249,9 @@ struct spawn_cb_arg { #define GNUPG_PROCESS_STREAM_NONBLOCK (1 << 16) +/* Spawn helper. */ +void gnupg_spawn_helper (struct spawn_cb_arg *sca); + /* Spawn PGMNAME. */ gpg_err_code_t gnupg_process_spawn (const char *pgmname, const char *argv[], unsigned int flags, |