aboutsummaryrefslogtreecommitdiff
path: root/lib/http_negotiate.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-06-26 11:25:42 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-06-26 11:25:42 +0000
commit445684c409a2adbeb17ff89770b48e1cd761c6dc (patch)
tree75bb74cee2e692b9bb84e3caa772c093b60be361 /lib/http_negotiate.h
parent898e067ccc01d86e23410247fe037b14c3296c8a (diff)
new proto for Curl_input_negotiate
Diffstat (limited to 'lib/http_negotiate.h')
-rw-r--r--lib/http_negotiate.h2
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);