summaryrefslogtreecommitdiffstats
path: root/imap/auth_anon.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap/auth_anon.c')
-rw-r--r--imap/auth_anon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/auth_anon.c b/imap/auth_anon.c
index 7d60e017..252a3d01 100644
--- a/imap/auth_anon.c
+++ b/imap/auth_anon.c
@@ -23,7 +23,7 @@
#include "auth.h"
/* this is basically a stripped-down version of the cram-md5 method. */
-imap_auth_res_t imap_auth_anon (IMAP_DATA* idata)
+imap_auth_res_t imap_auth_anon (IMAP_DATA* idata, const char* method)
{
int rc;