changed proto for Curl_krb_kauth()
authorDaniel Stenberg <daniel@haxx.se>
Thu, 5 Dec 2002 11:26:20 +0000 (11:26 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 5 Dec 2002 11:26:20 +0000 (11:26 +0000)
lib/krb4.h

index 8057058..ad314b5 100644 (file)
@@ -22,6 +22,6 @@
  *
  * $Id$
  ***************************************************************************/
-void Curl_krb_kauth(struct connectdata *conn);
+CURLcode Curl_krb_kauth(struct connectdata *conn);
 
 #endif