diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-01-05 17:15:14 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-01-11 09:04:56 +0100 |
commit | 138121c51638634639dd264f514bbbb84bcf2f60 (patch) | |
tree | cc4fc8f89228a1f06149cf61cde6a639ae350f5e /source3/include | |
parent | e8cd9721776d3ffc574dcf93c8eb668d4dce36d0 (diff) | |
download | samba-138121c51638634639dd264f514bbbb84bcf2f60.tar.gz samba-138121c51638634639dd264f514bbbb84bcf2f60.tar.bz2 samba-138121c51638634639dd264f514bbbb84bcf2f60.zip |
s3-libsmb: split out auth_generic client functions into auth_generic.c
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/auth_generic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/auth_generic.h b/source3/include/auth_generic.h index faea6106ad..96b07cd8f7 100644 --- a/source3/include/auth_generic.h +++ b/source3/include/auth_generic.h @@ -45,4 +45,6 @@ NTSTATUS auth_generic_client_start_by_authtype(struct auth_generic_state *ans, uint8_t auth_type, uint8_t auth_level); +extern const struct gensec_security_ops gensec_ntlmssp3_client_ops; + #endif /* _AUTH_GENERIC_ */ |