Skip to content
Snippets Groups Projects
Commit 445684c4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

new proto for Curl_input_negotiate

parent 898e067c
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment