diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2004-01-13 07:02:39 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2004-01-13 07:02:39 +0000 |
commit | cbd3a0b35222d2f720da82df0504469da064ff68 (patch) | |
tree | 522ddd45a011e0684890cff7130b90ba34d1f248 /fetchmail.h | |
parent | 908792f78a5233c5f6ec7ac02b5f6addddc5a486 (diff) | |
download | fetchmail-cbd3a0b35222d2f720da82df0504469da064ff68.tar.gz fetchmail-cbd3a0b35222d2f720da82df0504469da064ff68.tar.bz2 fetchmail-cbd3a0b35222d2f720da82df0504469da064ff68.zip |
POP3 strong authentication fixes.
svn path=/trunk/; revision=3873
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |