changed proto for Curl_krb_kauth()

This commit is contained in:
Daniel Stenberg 2002-12-05 11:26:20 +00:00
parent 645e700da3
commit 2ad2a4bd9f
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@
*
* $Id$
***************************************************************************/
void Curl_krb_kauth(struct connectdata *conn);
CURLcode Curl_krb_kauth(struct connectdata *conn);
#endif