summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/ntlm/heimntlm-protos.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/ntlm/heimntlm-protos.h')
-rw-r--r--source4/heimdal/lib/ntlm/heimntlm-protos.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source4/heimdal/lib/ntlm/heimntlm-protos.h b/source4/heimdal/lib/ntlm/heimntlm-protos.h
index 2df32dfa50d..438ba2b94d1 100644
--- a/source4/heimdal/lib/ntlm/heimntlm-protos.h
+++ b/source4/heimdal/lib/ntlm/heimntlm-protos.h
@@ -34,6 +34,14 @@ heim_ntlm_calculate_ntlm2 (
struct ntlm_buf */*answer*/);
int
+heim_ntlm_calculate_ntlm2_sess (
+ const unsigned char clnt_nonce[8],
+ const unsigned char svr_chal[8],
+ const unsigned char ntlm_hash[16],
+ struct ntlm_buf */*lm*/,
+ struct ntlm_buf */*ntlm*/);
+
+int
heim_ntlm_decode_targetinfo (
struct ntlm_buf */*data*/,
int /*ucs2*/,