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 9e1f56f70..d50e378e7 100644 --- a/common/exechelp.h +++ b/common/exechelp.h @@ -69,6 +69,9 @@ gpg_error_t gnupg_create_outbound_pipe (int filedes[2], inheritable. */ gpg_error_t gnupg_create_pipe (int filedes[2]); +/* Close the end of a pipe. */ +void gnupg_close_pipe (int fd); + #define GNUPG_SPAWN_NONBLOCK 16 #define GNUPG_SPAWN_RUN_ASFW 64 |