mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
new proto for Curl_input_negotiate
This commit is contained in:
parent
898e067ccc
commit
445684c409
@ -27,7 +27,7 @@
|
|||||||
#ifdef GSSAPI
|
#ifdef GSSAPI
|
||||||
|
|
||||||
/* this is for Negotiate header input */
|
/* 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 */
|
/* this is for creating Negotiate header output */
|
||||||
CURLcode Curl_output_negotiate(struct connectdata *conn);
|
CURLcode Curl_output_negotiate(struct connectdata *conn);
|
||||||
|
Loading…
Reference in New Issue
Block a user