summaryrefslogtreecommitdiff
path: root/lib/http_ntlm.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-30 06:39:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-30 06:39:24 +0000
commit5e75c310ba0b74ad9dd075710d55bcb1fd58aadb (patch)
tree24131216496aee4b74fe912590deb4aacec0ea2a /lib/http_ntlm.h
parent20cab07c291dc73cc28ea3a1b478c13393b71080 (diff)
downloadcurl-5e75c310ba0b74ad9dd075710d55bcb1fd58aadb.tar.gz
'authdone' was added to the sessionhandle and thus was removed from the
argument to the NTLM function(s)
Diffstat (limited to 'lib/http_ntlm.h')
-rw-r--r--lib/http_ntlm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_ntlm.h b/lib/http_ntlm.h
index df7f49703..4386a1cbf 100644
--- a/lib/http_ntlm.h
+++ b/lib/http_ntlm.h
@@ -36,7 +36,7 @@ typedef enum {
CURLntlm Curl_input_ntlm(struct connectdata *conn, bool proxy, char *header);
/* this is for creating ntlm header output */
-CURLcode Curl_output_ntlm(struct connectdata *conn, bool proxy, bool *ready);
+CURLcode Curl_output_ntlm(struct connectdata *conn, bool proxy);
void Curl_ntlm_cleanup(struct SessionHandle *data);