X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=send_smtp.h;h=dc1c0e66531b3258f911c7b6cb563fcbc09cac47;hp=1733d58c83bc0fc7589b5f7773eda812c03cf8ac;hb=366c938a78d928880c77bfe31a8715184c918d41;hpb=cee5fbe35ef7c5b6d0593dc5c35b1c40b74eed38 diff --git a/send_smtp.h b/send_smtp.h index 1733d58..dc1c0e6 100644 --- a/send_smtp.h +++ b/send_smtp.h @@ -11,10 +11,8 @@ #define _MUTT_LIBESMTP_H #ifdef USE_LIBESMTP -#if (defined (USE_SSL) || defined (USE_GNUTLS)) int send_smtp_check_usetls (const char* option, unsigned long p, char* errbuf, ssize_t errlen); -#endif int send_smtp_invoke(address_t * from, /* the sender */ address_t * to, address_t * cc, address_t * bcc,