summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-02-27 09:29:36 +0100
committerAndrew Bartlett <abartlet@samba.org>2014-04-02 09:03:43 +0200
commitfbc991c2e140eb009e37581faa738f1487161d5c (patch)
tree3908ed4acef1937c4c265932d9aca3a8c6621a77
parente1d5b8a73465a1763760dbf5a992f84749e26426 (diff)
downloadsamba-fbc991c2e140eb009e37581faa738f1487161d5c.tar.gz
samba-fbc991c2e140eb009e37581faa738f1487161d5c.tar.xz
samba-fbc991c2e140eb009e37581faa738f1487161d5c.zip
s4:auth/ntlm: add auth4_sam_init() prototype to avoid a warning
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
-rw-r--r--source4/auth/ntlm/auth_sam.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/ntlm/auth_sam.c b/source4/auth/ntlm/auth_sam.c
index f234f7229ca..c8d6e5b19f6 100644
--- a/source4/auth/ntlm/auth_sam.c
+++ b/source4/auth/ntlm/auth_sam.c
@@ -379,6 +379,7 @@ static const struct auth_operations sam_ops = {
.get_user_info_dc_principal = authsam_get_user_info_dc_principal_wrapper
};
+_PUBLIC_ NTSTATUS auth4_sam_init(void);
_PUBLIC_ NTSTATUS auth4_sam_init(void)
{
NTSTATUS ret;