summaryrefslogtreecommitdiff
path: root/auth/ntlmssp/ntlmssp.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-01-30 22:42:39 +1100
committerStefan Metzmacher <metze@samba.org>2012-02-17 10:48:09 +0100
commit52ac479764e85296a6a6100d143104d78c51aa8b (patch)
tree782fd512814eb32f50234f45cd74fdb8b85f6411 /auth/ntlmssp/ntlmssp.h
parent8adde1b46b49011298e77f44a2053d0ec735a306 (diff)
downloadsamba-52ac479764e85296a6a6100d143104d78c51aa8b.tar.gz
samba-52ac479764e85296a6a6100d143104d78c51aa8b.tar.bz2
samba-52ac479764e85296a6a6100d143104d78c51aa8b.zip
auth: Move the rest of the source4 gensec_ntlmssp code to the top level
The ntlmssp_server code will be in common shortly, and aside from a symbol name or two, moving the client code causes no harm and makes less mess. We will also get the client code in common very soon. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'auth/ntlmssp/ntlmssp.h')
-rw-r--r--auth/ntlmssp/ntlmssp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/auth/ntlmssp/ntlmssp.h b/auth/ntlmssp/ntlmssp.h
index 2fed2b1f51..eb44913d87 100644
--- a/auth/ntlmssp/ntlmssp.h
+++ b/auth/ntlmssp/ntlmssp.h
@@ -235,3 +235,5 @@ NTSTATUS gensec_ntlmssp_unwrap(struct gensec_security *gensec_security,
TALLOC_CTX *out_mem_ctx,
const DATA_BLOB *in,
DATA_BLOB *out);
+
+NTSTATUS gensec_ntlmssp_init(void);