diff options
Diffstat (limited to 'tools/gpg-wks.h')
-rw-r--r-- | tools/gpg-wks.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/gpg-wks.h b/tools/gpg-wks.h index 873925c60..be85eecfb 100644 --- a/tools/gpg-wks.h +++ b/tools/gpg-wks.h @@ -22,6 +22,7 @@ #include "../common/util.h" #include "../common/strlist.h" +#include "mime-maker.h" /* We keep all global options in the structure OPT. */ struct @@ -29,6 +30,8 @@ struct int verbose; unsigned int debug; int quiet; + int use_sendmail; + const char *output; const char *gpg_program; const char *directory; const char *default_from; @@ -43,6 +46,9 @@ struct #define DBG_EXTPROG_VALUE 16384 /* debug external program calls */ +/*-- wks-util.c --*/ +gpg_error_t wks_send_mime (mime_maker_t mime); + /*-- wks-receive.c --*/ gpg_error_t wks_receive (estream_t fp, gpg_error_t (*result_cb)(void *opaque, |