From 2ad2a4bd9fb4dc5ef25f9291591174c0fccc0938 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Thu, 5 Dec 2002 11:26:20 +0000
Subject: [PATCH] changed proto for Curl_krb_kauth()

---
 lib/krb4.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/krb4.h b/lib/krb4.h
index 80570589c1..ad314b5eb9 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
-- 
GitLab