diff options
Diffstat (limited to 'source4/auth/ntlmssp/ntlmssp.h')
-rw-r--r-- | source4/auth/ntlmssp/ntlmssp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/auth/ntlmssp/ntlmssp.h b/source4/auth/ntlmssp/ntlmssp.h index 510a7c1a14..0adf75f812 100644 --- a/source4/auth/ntlmssp/ntlmssp.h +++ b/source4/auth/ntlmssp/ntlmssp.h @@ -33,4 +33,6 @@ struct gensec_ntlmssp_context { struct loadparm_context; struct auth_session_info; +NTSTATUS gensec_ntlmssp_init(void); + #include "auth/ntlmssp/proto.h" |