X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt_libesmtp.h;h=ef72a8d682d3a7b300f150ce424af55e88e03f1b;hp=99d67da8da0c5a50f5d9ab4c4a56fe5f2d1c85fa;hb=2bc76f88e99c16e773c2b2ba805a0bf3e2c034fd;hpb=07449b789713bd8716a02214f536dfd72f3549b1 diff --git a/mutt_libesmtp.h b/mutt_libesmtp.h index 99d67da..ef72a8d 100644 --- a/mutt_libesmtp.h +++ b/mutt_libesmtp.h @@ -10,13 +10,16 @@ #ifndef _MUTT_LIBESMTP_H #define _MUTT_LIBESMTP_H -#if defined (USE_LIBESMTP) && (defined (USE_SSL) || defined (USE_GNUTLS)) -int mutt_libesmtp_check_usetls (const char*); +#ifdef USE_LIBESMTP +#if (defined (USE_SSL) || defined (USE_GNUTLS)) +int mutt_libesmtp_check_usetls (const char* option, unsigned long p, + char* errbuf, size_t errlen); #endif -int mutt_libesmtp_invoke (ADDRESS * from, /* the sender */ - ADDRESS * to, ADDRESS * cc, ADDRESS * bcc, /* recips */ +int mutt_libesmtp_invoke (address_t * from, /* the sender */ + address_t * to, address_t * cc, address_t * bcc, /* recips */ const char *msg, /* file containing message */ int eightbit); /* message contains 8bit chars */ +#endif #endif /* !_MUTT_LIBESMTP_H */