summaryrefslogtreecommitdiff
path: root/source3/include/ntlmssp_wrap.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-12-16 16:55:36 +1100
committerStefan Metzmacher <metze@samba.org>2011-12-22 19:25:11 +0100
commit5e038432f76718560639c86c613ba7ccd371540c (patch)
treec70f00df0c0c9d575e8e1931a9a6944114c71f9a /source3/include/ntlmssp_wrap.h
parentb85bcd7a241112e2ceb80212f2d1f993e5f27b82 (diff)
downloadsamba-5e038432f76718560639c86c613ba7ccd371540c.tar.gz
samba-5e038432f76718560639c86c613ba7ccd371540c.tar.bz2
samba-5e038432f76718560639c86c613ba7ccd371540c.zip
s3-auth split the auth_generic functions into a seperate file
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include/ntlmssp_wrap.h')
-rw-r--r--source3/include/ntlmssp_wrap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/ntlmssp_wrap.h b/source3/include/ntlmssp_wrap.h
index 4d791c335a..fb98309ab9 100644
--- a/source3/include/ntlmssp_wrap.h
+++ b/source3/include/ntlmssp_wrap.h
@@ -23,6 +23,8 @@
struct gensec_security;
+extern const struct gensec_security_ops gensec_ntlmssp3_server_ops;
+
struct auth_generic_state {
/* used only by server implementation */
struct auth_context *auth_context;