summaryrefslogtreecommitdiff
path: root/source3/auth/auth_script.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/auth/auth_script.c')
-rw-r--r--source3/auth/auth_script.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/auth/auth_script.c b/source3/auth/auth_script.c
index 3d007b7730..bdcd7533f9 100644
--- a/source3/auth/auth_script.c
+++ b/source3/auth/auth_script.c
@@ -141,6 +141,7 @@ static NTSTATUS auth_init_script(struct auth_context *auth_context, const char *
return NT_STATUS_OK;
}
+NTSTATUS auth_script_init(void);
NTSTATUS auth_script_init(void)
{
return smb_register_auth(AUTH_INTERFACE_VERSION, "script", auth_init_script);