merge send_smtp module into sendlib where it really belongs.
[apps/madmutt.git] / protos.h
index c97198b..a8f57ec 100644 (file)
--- a/protos.h
+++ b/protos.h
@@ -146,6 +146,11 @@ 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) */