diff options
author | Werner Koch <[email protected]> | 2007-08-29 16:59:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-08-29 16:59:20 +0000 |
commit | 8464627bf444de523c05c44a5a174e4d3736549c (patch) | |
tree | 3b4b5ed8df2106cb8afa1e429acaa5a315d3bcbc /common/exechelp.h | |
parent | New command --check-programs for gpgconf. (diff) | |
download | gnupg-8464627bf444de523c05c44a5a174e4d3736549c.tar.gz gnupg-8464627bf444de523c05c44a5a174e4d3736549c.zip |
Extended the --check-program output: Error messages are now inlcued in an
easy parsable format.
Diffstat (limited to '')
-rw-r--r-- | common/exechelp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/exechelp.h b/common/exechelp.h index 7abc03708..5dd7df4cf 100644 --- a/common/exechelp.h +++ b/common/exechelp.h @@ -21,6 +21,10 @@ #define GNUPG_COMMON_EXECHELP_H +/* Portable function to create a pipe. Under Windows the write end is + inheritable. */ +gpg_error_t gnupg_create_inbound_pipe (int filedes[2]); + /* Fork and exec the PGMNAME, connect the file descriptor of INFILE to stdin, write the output to OUTFILE, return a new stream in |