From 5ed17de326765d4e18b7886b046b0c2f9ab363cb Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Tue, 9 Aug 2011 22:53:48 +0200 Subject: http NTLM: Tidied up http_ntlm prior to splitting the ntlm specific code --- lib/http_ntlm.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/http_ntlm.h') 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 */ -- cgit v1.2.3