X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth_anon.c;h=cb3fe72406cdf789e60fe9f9e84939b7c4c1661d;hp=fc6d401d43c11aa878927bc22e0bc3c980222e67;hb=5b0581b41f115cd0442037a97db313ef5b5b8822;hpb=814a01519c9605d479201b99eb16c97b0ad8635d diff --git a/imap/auth_anon.c b/imap/auth_anon.c index fc6d401..cb3fe72 100644 --- a/imap/auth_anon.c +++ b/imap/auth_anon.c @@ -17,11 +17,11 @@ #include "imap_private.h" #include "auth.h" -#include "lib/intl.h" -#include "lib/debug.h" +#include +#include /* this is basically a stripped-down version of the cram-md5 method. */ -imap_auth_res_t imap_auth_anon (IMAP_DATA * idata, const char *method) +imap_auth_res_t imap_auth_anon (IMAP_DATA * idata, const char *method __attribute__ ((unused))) { int rc;