diff options
author | Steve Holme <steve_holme@hotmail.com> | 2011-08-09 22:53:48 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-08-09 22:57:22 +0200 |
commit | 5ed17de326765d4e18b7886b046b0c2f9ab363cb (patch) | |
tree | 6759560cd4bd8a517947f26b2fbdde31eec7a1a5 /lib/http_ntlm.h | |
parent | 209cf2df373de3129b111b4f29a3733d8bcc4f6c (diff) | |
download | curl-5ed17de326765d4e18b7886b046b0c2f9ab363cb.tar.gz |
http NTLM: Tidied up http_ntlm prior to splitting the ntlm specific code
Diffstat (limited to 'lib/http_ntlm.h')
-rw-r--r-- | lib/http_ntlm.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/http_ntlm.h b/lib/http_ntlm.h index 5275e46ef..1cc751e34 100644 --- a/lib/http_ntlm.h +++ b/lib/http_ntlm.h @@ -44,10 +44,7 @@ CURLcode Curl_output_ntlm(struct connectdata *conn, bool proxy); CURLcode Curl_output_ntlm_sso(struct connectdata *conn, bool proxy); #endif -void Curl_ntlm_cleanup(struct connectdata *conn); -#ifndef USE_NTLM -#define Curl_ntlm_cleanup(x) -#endif +void Curl_http_ntlm_cleanup(struct connectdata *conn); /* Flag bits definitions based on http://davenport.sourceforge.net/ntlm.html */ |