mirror of
https://github.com/curl/curl.git
synced 2026-04-28 11:22:11 +03:00
new proto for Curl_input_negotiate
This commit is contained in:
parent
898e067ccc
commit
445684c409
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue