Skip to content

Commit

Permalink
new proto for Curl_input_negotiate
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jun 26, 2003
1 parent 898e067 commit 445684c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/http_negotiate.h
Expand Up @@ -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);
Expand Down

0 comments on commit 445684c

Please sign in to comment.