From fbc991c2e140eb009e37581faa738f1487161d5c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 27 Feb 2014 09:29:36 +0100 Subject: s4:auth/ntlm: add auth4_sam_init() prototype to avoid a warning Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- source4/auth/ntlm/auth_sam.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source4/auth/ntlm/auth_sam.c b/source4/auth/ntlm/auth_sam.c index f234f7229c..c8d6e5b19f 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; -- cgit