summaryrefslogtreecommitdiffstats
path: root/imap/auth_gss.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap/auth_gss.c')
-rw-r--r--imap/auth_gss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/auth_gss.c b/imap/auth_gss.c
index cfd7d2ad..1a7491e8 100644
--- a/imap/auth_gss.c
+++ b/imap/auth_gss.c
@@ -42,7 +42,7 @@
#define GSS_AUTH_P_PRIVACY 4
/* imap_auth_gss: AUTH=GSSAPI support. */
-imap_auth_res_t imap_auth_gss (IMAP_DATA* idata)
+imap_auth_res_t imap_auth_gss (IMAP_DATA* idata, const char* method)
{
gss_buffer_desc request_buf, send_token;
gss_buffer_t sec_token;