diff options
Diffstat (limited to 'source3/include')
| -rw-r--r-- | source3/include/auth.h | 2 | ||||
| -rw-r--r-- | source3/include/ntlmssp_wrap.h | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h index 522dc59a37..dd70059290 100644 --- a/source3/include/auth.h +++ b/source3/include/auth.h @@ -128,7 +128,7 @@ struct auth_init_function_entry { struct auth_init_function_entry *prev, *next; }; -struct gensec_security; +extern const struct gensec_security_ops gensec_ntlmssp3_server_ops; /* Changed from 1 -> 2 to add the logon_parameters field. */ /* Changed from 2 -> 3 when we reworked many auth structures to use IDL or be in common with Samba4 */ diff --git a/source3/include/ntlmssp_wrap.h b/source3/include/ntlmssp_wrap.h index 07f474f103..ac2c77da37 100644 --- a/source3/include/ntlmssp_wrap.h +++ b/source3/include/ntlmssp_wrap.h @@ -23,8 +23,6 @@ struct gensec_security; -extern const struct gensec_security_ops gensec_ntlmssp3_server_ops; - struct auth_generic_state { /* used only by the client implementation */ struct cli_credentials *credentials; |
