X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=e2915aaa46532a93955592c20f72f5c7cf10f2af;hp=31ae4ed557033b9bfd9895bd6b3fe951c7b63126;hb=4f8cd7c03aba20081ae3403ee194ce7e54f224fd;hpb=e87df0bb071ba21d6e3d6a47cb797c135605eba5 diff --git a/protos.h b/protos.h index 31ae4ed..e2915aa 100644 --- 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) */