summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/lib/vauth/vauth.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-05-21 13:52:06 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-05-21 13:53:06 (GMT)
commit722056372e4ae640c1e61ac1dabfdd8a2737a35f (patch)
tree505f7457bc70f8f72d161e2c4660b6387713a702 /Utilities/cmcurl/lib/vauth/vauth.h
parent4d6f4500dfbb4ea46c0ee8b736979305d3e9c0d8 (diff)
parent3e913b819d8d8118d5e8dc3b7289f622e9ca92e5 (diff)
downloadCMake-722056372e4ae640c1e61ac1dabfdd8a2737a35f.zip
CMake-722056372e4ae640c1e61ac1dabfdd8a2737a35f.tar.gz
CMake-722056372e4ae640c1e61ac1dabfdd8a2737a35f.tar.bz2
Merge topic 'update-curl'
3e913b819d Merge branch 'upstream-curl' into update-curl d431136e02 curl 2018-05-15 (cb013830) f3c73b878c curl: Update script to get curl 7.60.0 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2091
Diffstat (limited to 'Utilities/cmcurl/lib/vauth/vauth.h')
-rw-r--r--Utilities/cmcurl/lib/vauth/vauth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Utilities/cmcurl/lib/vauth/vauth.h b/Utilities/cmcurl/lib/vauth/vauth.h
index dfaf985..f430642 100644
--- a/Utilities/cmcurl/lib/vauth/vauth.h
+++ b/Utilities/cmcurl/lib/vauth/vauth.h
@@ -122,6 +122,8 @@ bool Curl_auth_is_ntlm_supported(void);
CURLcode Curl_auth_create_ntlm_type1_message(struct Curl_easy *data,
const char *userp,
const char *passwdp,
+ const char *service,
+ const char *host,
struct ntlmdata *ntlm,
char **outptr,
size_t *outlen);