diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-12-05 11:26:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-12-05 11:26:20 +0000 |
commit | 2ad2a4bd9fb4dc5ef25f9291591174c0fccc0938 (patch) | |
tree | 5e33e19b311a3ad211b6542b66369002fd0af6a3 | |
parent | 645e700da3086deeb802b168c236c0aa00994a23 (diff) |
changed proto for Curl_krb_kauth()
-rw-r--r-- | lib/krb4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/krb4.h b/lib/krb4.h index 80570589c..ad314b5eb 100644 --- a/lib/krb4.h +++ b/lib/krb4.h @@ -22,6 +22,6 @@ * * $Id$ ***************************************************************************/ -void Curl_krb_kauth(struct connectdata *conn); +CURLcode Curl_krb_kauth(struct connectdata *conn); #endif |