From cbd3a0b35222d2f720da82df0504469da064ff68 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 13 Jan 2004 07:02:39 +0000 Subject: POP3 strong authentication fixes. svn path=/trunk/; revision=3873 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index ac89f42c..7d73032a 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -600,7 +600,7 @@ int doODMR (struct query *); /* authentication functions */ int do_cram_md5(int sock, char *command, struct query *ctl, char *strip); int do_rfc1731(int sock, char *command, char *truename); -int do_gssauth(int sock, char *command, char *hostname, char *username); +int do_gssauth(int sock, char *command, char *service, char *hostname, char *username); int do_otp(int sock, char *command, struct query *ctl); /* miscellanea */ -- cgit v1.2.3