X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt_libesmtp.h;h=1fef3be8ec99df25297cf00e2191062937302a3b;hp=05920027d87f6388a1074d7e81964303b3ed3b6f;hb=74f4cb56b87554a520eb94b02b91a3ea09c8a564;hpb=e4ebc9b0ae5de07d53d8b0ecf594244e1bc44d0a diff --git a/mutt_libesmtp.h b/mutt_libesmtp.h index 0592002..1fef3be 100644 --- a/mutt_libesmtp.h +++ b/mutt_libesmtp.h @@ -10,14 +10,16 @@ #ifndef _MUTT_LIBESMTP_H #define _MUTT_LIBESMTP_H -#if defined (USE_LIBESMTP) && (defined (USE_SSL) || defined (USE_GNUTLS)) +#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); + char* errbuf, ssize_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 */