lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLOC_CTX *)
[samba.git] / source3 / modules / vfs_hpuxacl.c
index df27c89f948349e328e1f112baf7e6d2a8452dbc..d91657a00a684ce0d08b51bbec9678f54dd8dd1c 100644 (file)
@@ -1165,7 +1165,7 @@ static struct vfs_fn_pointers hpuxacl_fns = {
        .sys_acl_delete_def_file_fn = hpuxacl_sys_acl_delete_def_file,
 };
 
-NTSTATUS vfs_hpuxacl_init(void)
+NTSTATUS vfs_hpuxacl_init(TALLOC_CTX *ctx)
 {
        return smb_register_vfs(SMB_VFS_INTERFACE_VERSION, "hpuxacl",
                                &hpuxacl_fns);