diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-07-21 13:16:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-07-21 13:16:30 +0000 |
commit | 071c95128e2a43be1431c3c38202a1d54d97644a (patch) | |
tree | 868440d5884ef9af8f753c58f407683ed7688234 /lib/http_ntlm.h | |
parent | 1a192c489b238433802f59e1176ee8a3dbf3a279 (diff) | |
download | curl-071c95128e2a43be1431c3c38202a1d54d97644a.tar.gz |
moved the proxyuser and proxypasswd fields from the sessionhandle to the
connectdata to work as expected
Diffstat (limited to 'lib/http_ntlm.h')
-rw-r--r-- | lib/http_ntlm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_ntlm.h b/lib/http_ntlm.h index 3b43124c9..c1408525a 100644 --- a/lib/http_ntlm.h +++ b/lib/http_ntlm.h @@ -36,7 +36,7 @@ typedef enum { CURLntlm Curl_input_ntlm(struct connectdata *conn, char *header); /* this is for creating ntlm header output */ -CURLcode Curl_output_ntlm(struct connectdata *conn); +CURLcode Curl_output_ntlm(struct connectdata *conn, bool proxy); void Curl_ntlm_cleanup(struct SessionHandle *data); |