diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-06-26 11:25:42 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-06-26 11:25:42 +0000 |
commit | 445684c409a2adbeb17ff89770b48e1cd761c6dc (patch) | |
tree | 75bb74cee2e692b9bb84e3caa772c093b60be361 /lib | |
parent | 898e067ccc01d86e23410247fe037b14c3296c8a (diff) |
new proto for Curl_input_negotiate
Diffstat (limited to 'lib')
-rw-r--r-- | lib/http_negotiate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_negotiate.h b/lib/http_negotiate.h index 09141bda7..36a346c56 100644 --- a/lib/http_negotiate.h +++ b/lib/http_negotiate.h @@ -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); |