diff options
Diffstat (limited to 'source3/include/ntlmssp_wrap.h')
-rw-r--r-- | source3/include/ntlmssp_wrap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/ntlmssp_wrap.h b/source3/include/ntlmssp_wrap.h index 303595dcdd..789842cc65 100644 --- a/source3/include/ntlmssp_wrap.h +++ b/source3/include/ntlmssp_wrap.h @@ -64,8 +64,6 @@ bool auth_ntlmssp_negotiated_sign(struct auth_ntlmssp_state *ans); bool auth_ntlmssp_negotiated_seal(struct auth_ntlmssp_state *ans); const char *auth_ntlmssp_get_username(struct auth_ntlmssp_state *ans); const char *auth_ntlmssp_get_domain(struct auth_ntlmssp_state *ans); -const char *auth_ntlmssp_get_client(struct auth_ntlmssp_state *ans); -const uint8_t *auth_ntlmssp_get_nt_hash(struct auth_ntlmssp_state *ans); NTSTATUS auth_ntlmssp_set_username(struct auth_ntlmssp_state *ans, const char *user); NTSTATUS auth_ntlmssp_set_domain(struct auth_ntlmssp_state *ans, |