Explorar o código

new proto for Curl_input_negotiate

Daniel Stenberg %!s(int64=21) %!d(string=hai) anos
pai
achega
445684c409
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/http_negotiate.h

+ 1 - 1
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);