X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth_login.c;h=cb3f5bb1e9bf4aed4ea9df5847fabdf16ff8f90b;hp=a6b78dc4d432a1368fc299cfa7f18aefb8c409bf;hb=1ee89902de184a640c171ae3285bff6882a791bd;hpb=05a3bbbe420e4afc76e0eea24ce32f859405dc4a diff --git a/imap/auth_login.c b/imap/auth_login.c index a6b78dc..cb3f5bb 100644 --- a/imap/auth_login.c +++ b/imap/auth_login.c @@ -9,19 +9,14 @@ /* plain LOGIN support */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include +#include #include "mutt.h" #include "imap_private.h" #include "auth.h" /* imap_auth_login: Plain LOGIN support */ -imap_auth_res_t imap_auth_login(IMAP_DATA *idata, const char *method) +imap_auth_res_t imap_auth_login(IMAP_DATA *idata, const char *method __attribute__ ((unused))) { char q_user[SHORT_STRING], q_pass[SHORT_STRING]; char buf[STRING];