X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=protos.h;h=a8f57ecc12c313d5c8df4e608fcfc1b0e3888cd0;hb=5ef16452ce43a12e467e7004a6a240aefb87a774;hp=c97198b6eb7d35615c69e08afd003c8ac24b1db9;hpb=378ab81aa9abf4db714638c3e2e786e6cc58d2b1;p=apps%2Fmadmutt.git diff --git a/protos.h b/protos.h index c97198b..a8f57ec 100644 --- a/protos.h +++ b/protos.h @@ -146,6 +146,11 @@ int mutt_save_confirm (const char *, struct stat *); void ci_bounce_message (HEADER *, int *); int ci_send_message (int, HEADER *, char *, CONTEXT *, HEADER *); +#ifdef USE_LIBESMTP +int send_smtp_check_usetls (const char* option, unsigned long p, + char* errbuf, ssize_t errlen); +#endif + /* flags for mutt_extract_token() */ #define M_TOKEN_EQUAL (1 << 0) /* treat '=' as a special */ #define M_TOKEN_CONDENSE (1 << 1) /* ^(char) to control chars (macros) */