X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt_libesmtp.h;h=05920027d87f6388a1074d7e81964303b3ed3b6f;hp=d813b3aee2d08e7d28db08464f7c761a05bd7a48;hb=53186676acf2c3b5509a614433eb00a2087cd4ec;hpb=c3e57678c8be193fc137854020f3a90887be97c9 diff --git a/mutt_libesmtp.h b/mutt_libesmtp.h index d813b3a..0592002 100644 --- a/mutt_libesmtp.h +++ b/mutt_libesmtp.h @@ -7,12 +7,17 @@ * please see the file GPL in the top level source directory. */ -#if !defined(LIBESMTP_H) -#define LIBESMTP_H +#ifndef _MUTT_LIBESMTP_H +#define _MUTT_LIBESMTP_H -int mutt_invoke_libesmtp (ADDRESS * from, /* the sender */ +#if defined (USE_LIBESMTP) && (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 */ const char *msg, /* file containing message */ int eightbit); /* message contains 8bit chars */ -#endif /* !defined(LIBESMTP_H) */ +#endif /* !_MUTT_LIBESMTP_H */