ESMTP is utterly broken, and pulls OpenSSL.
[apps/madmutt.git] / protos.h
index 31ae4ed..e2915aa 100644 (file)
--- a/protos.h
+++ b/protos.h
@@ -145,11 +145,6 @@ int mutt_save_confirm (const char *, struct stat *);
 void ci_bounce_message (HEADER *, int *);
 int ci_send_message (int, HEADER *, char *, CONTEXT *, HEADER *);
 
-#ifdef USE_LIBESMTP
-int send_smtp_check_usetls (const char* option, unsigned long p,
-                                char* errbuf, ssize_t errlen);
-#endif
-
 /* flags for mutt_extract_token() */
 #define M_TOKEN_EQUAL          (1 << 0)  /* treat '=' as a special */
 #define M_TOKEN_CONDENSE       (1 << 1)  /* ^(char) to control chars (macros) */