X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=mutt_libesmtp.h;fp=mutt_libesmtp.h;h=0000000000000000000000000000000000000000;hb=ffb2d4f3705ffc083472d04a3c58146b6bc8bfea;hp=1fef3be8ec99df25297cf00e2191062937302a3b;hpb=f308b90cecbb9570ab072bd90b04bd58cd9d6274;p=apps%2Fmadmutt.git diff --git a/mutt_libesmtp.h b/mutt_libesmtp.h deleted file mode 100644 index 1fef3be..0000000 --- a/mutt_libesmtp.h +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Copyright notice from original mutt: - * [none] - * - * This file is part of mutt-ng, see http://www.muttng.org/. - * It's licensed under the GNU General Public License, - * please see the file GPL in the top level source directory. - */ - -#ifndef _MUTT_LIBESMTP_H -#define _MUTT_LIBESMTP_H - -#ifdef USE_LIBESMTP -#if (defined (USE_SSL) || defined (USE_GNUTLS)) -int mutt_libesmtp_check_usetls (const char* option, unsigned long p, - char* errbuf, ssize_t errlen); -#endif - -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 */