From: ak1 Date: Sat, 29 Jan 2005 14:46:38 +0000 (+0000) Subject: Andreas Krennmair: X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=c9f71e270d7c0ff9570f3338439ff5adf8c724c0;hp=dea4b1cce945ee88cd7d943cd4e60f401aa0d814 Andreas Krennmair: move declaration to a nicer place (compile problems with older compilers?). git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@36 e385b8ad-14ed-0310-8656-cc95a2468c6d --- diff --git a/sendlib.c b/sendlib.c index 31596c9..666f4ec 100644 --- a/sendlib.c +++ b/sendlib.c @@ -42,6 +42,10 @@ #include #include +#ifdef USE_LIBESMTP +# include "mutt_libesmtp.h" +#endif /* USE_LIBESMTP */ + #ifdef USE_NNTP #include #endif @@ -191,9 +195,6 @@ static void encode_quoted (FGETCONV * fc, FILE *fout, int istext) linelen = 3; } -#ifdef USE_LIBESMTP -# include "mutt_libesmtp.h" -#endif /* USE_LIBESMTP */ if (c == '\n' && istext) {