aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-11-19 17:28:51 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-11-19 17:28:51 +0000
commite9cb1840da3f730aba53e1b0f1e363e8c6d497e4 (patch)
tree175c2a164e930facf4a4dbb2ef0c5453db550c7d /driver.c
parent0a737a017a4ee0d68c6cbf37ebe49f1bd932cc50 (diff)
downloadfetchmail-e9cb1840da3f730aba53e1b0f1e363e8c6d497e4.tar.gz
fetchmail-e9cb1840da3f730aba53e1b0f1e363e8c6d497e4.tar.bz2
fetchmail-e9cb1840da3f730aba53e1b0f1e363e8c6d497e4.zip
Add Nalin Dahyabhai's Kerberos patch.
svn path=/trunk/; revision=557
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 95e4c45c..3272f523 100644
--- a/driver.c
+++ b/driver.c
@@ -613,7 +613,7 @@ struct query *ctl; /* query control record */
#ifdef KERBEROS_V4
int
-kerberos_auth (int socket, canonical)
+kerberos_auth (socket, canonical)
/* authenticate to the server host using Kerberos V4 */
int socket; /* socket to server host */
const char *canonical; /* server name */