summaryrefslogtreecommitdiff
path: root/source3/auth/auth_samba4.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-04-02 12:12:39 +1300
committerDavid Disseldorp <ddiss@samba.org>2014-04-02 11:05:46 +0200
commit8d2843731862a3faed94dc92e9c5a0541d51f4ff (patch)
tree159d5f4c9d85cc3dd89c82063467ac4c3a0eeef8 /source3/auth/auth_samba4.c
parentd13b38dc9681997d35ba8085b1f944f2b31f50bf (diff)
downloadsamba-8d2843731862a3faed94dc92e9c5a0541d51f4ff.tar.gz
s3-auth: Add prototype for plugin function to reduce warnings in auth_samba4
Change-Id: I0aa703bb2766f1353a176a0c3f25424bbc4953f5 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
Diffstat (limited to 'source3/auth/auth_samba4.c')
-rw-r--r--source3/auth/auth_samba4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/auth/auth_samba4.c b/source3/auth/auth_samba4.c
index 146df9d02af..fcc4c285ea8 100644
--- a/source3/auth/auth_samba4.c
+++ b/source3/auth/auth_samba4.c
@@ -353,6 +353,7 @@ static NTSTATUS auth_init_samba4(struct auth_context *auth_context,
return NT_STATUS_OK;
}
+NTSTATUS auth_samba4_init(void);
NTSTATUS auth_samba4_init(void)
{
smb_register_auth(AUTH_INTERFACE_VERSION, "samba4",