aboutsummaryrefslogtreecommitdiff
path: root/lib/http_ntlm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http_ntlm.h')
-rw-r--r--lib/http_ntlm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/http_ntlm.h b/lib/http_ntlm.h
index 1cc751e34..179f08348 100644
--- a/lib/http_ntlm.h
+++ b/lib/http_ntlm.h
@@ -44,7 +44,11 @@ CURLcode Curl_output_ntlm(struct connectdata *conn, bool proxy);
CURLcode Curl_output_ntlm_sso(struct connectdata *conn, bool proxy);
#endif
+#ifdef USE_NTLM
void Curl_http_ntlm_cleanup(struct connectdata *conn);
+#else
+#define Curl_http_ntlm_cleanup(x)
+#endif
/* Flag bits definitions based on http://davenport.sourceforge.net/ntlm.html */