new proto for Curl_input_negotiate

This commit is contained in:
Daniel Stenberg 2003-06-26 11:25:42 +00:00
parent 898e067ccc
commit 445684c409
1 changed files with 1 additions and 1 deletions

View File

@ -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);