From 445684c409a2adbeb17ff89770b48e1cd761c6dc Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 26 Jun 2003 11:25:42 +0000 Subject: new proto for Curl_input_negotiate --- lib/http_negotiate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/http_negotiate.h b/lib/http_negotiate.h index 09141bda7..36a346c56 100644 --- a/lib/http_negotiate.h +++ b/lib/http_negotiate.h @@ -27,7 +27,7 @@ #ifdef GSSAPI /* this is for Negotiate header input */ -CURLcode Curl_input_negotiate(struct connectdata *conn, char *header); +int Curl_input_negotiate(struct connectdata *conn, char *header); /* this is for creating Negotiate header output */ CURLcode Curl_output_negotiate(struct connectdata *conn); -- cgit v1.2.3