summaryrefslogtreecommitdiff
path: root/source3/include/auth.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-12-26 14:57:02 +1100
committerStefan Metzmacher <metze@samba.org>2012-01-05 17:17:28 +0100
commit16e463e16900822d29fa57dd210cff2be5933402 (patch)
tree00f154b084f2a8c9559d6a174ee4b6f836c8f18c /source3/include/auth.h
parent3042e38d519411e774e110b16a2eeeaef4b25a65 (diff)
downloadsamba-16e463e16900822d29fa57dd210cff2be5933402.tar.gz
samba-16e463e16900822d29fa57dd210cff2be5933402.tar.bz2
samba-16e463e16900822d29fa57dd210cff2be5933402.zip
s3-auth Remove ntlmssp_wrap.h which is no longer required
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include/auth.h')
-rw-r--r--source3/include/auth.h2
1 files changed, 1 insertions, 1 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 */