aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_ntlm_msgs.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-11-23 10:32:49 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-11-23 10:38:54 +0000
commit409265a571e3b0202db0db9511d9c11463dbc66d (patch)
tree8533c88686044e64d4f6fbe36a55b54a0e6031fe /lib/curl_ntlm_msgs.h
parent885119bf50617d37fbeb10fc659efab793225a1c (diff)
ntlm: Fixed static'ness of local decode function
Diffstat (limited to 'lib/curl_ntlm_msgs.h')
-rw-r--r--lib/curl_ntlm_msgs.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/curl_ntlm_msgs.h b/lib/curl_ntlm_msgs.h
index 2c97331b0..c28a3698e 100644
--- a/lib/curl_ntlm_msgs.h
+++ b/lib/curl_ntlm_msgs.h
@@ -46,12 +46,6 @@ CURLcode Curl_ntlm_decode_type2_message(struct SessionHandle *data,
const char* header,
struct ntlmdata* ntlm);
-/* This is to decode target info received in NTLM type-2 message */
-CURLcode Curl_ntlm_decode_type2_target(struct SessionHandle *data,
- unsigned char* buffer,
- size_t size,
- struct ntlmdata* ntlm);
-
/* NTLM buffer fixed size, large enough for long user + host + domain */
#define NTLM_BUFSIZE 1024