X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt_libesmtp.h;h=ef72a8d682d3a7b300f150ce424af55e88e03f1b;hp=c11ee2c76d2ed976668012466669b242347ace12;hb=5f299ed8b67fa06f3c96777d437c0285ff71d9ac;hpb=c88f8ebd5e7542e4ee2ac2c24dfd5f358dbb4235 diff --git a/mutt_libesmtp.h b/mutt_libesmtp.h index c11ee2c..ef72a8d 100644 --- a/mutt_libesmtp.h +++ b/mutt_libesmtp.h @@ -10,7 +10,8 @@ #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); #endif @@ -19,5 +20,6 @@ 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 */