Procházet zdrojové kódy

new proto for Curl_input_negotiate

Daniel Stenberg před 21 roky
rodič
revize
445684c409
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);