lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLOC_CTX *)
[bbaumbach/samba-autobuild/.git] / source4 / torture / vfs / vfs.c
index 710e93bf2efbecdba976bd363daeb3ca190ea6b8..8c1f1ff6f40178569528841de3cc930a1c9ce379 100644 (file)
@@ -101,7 +101,7 @@ struct torture_test *torture_suite_add_2ns_smb2_test(struct torture_suite *suite
        return test;
 }
 
-NTSTATUS torture_vfs_init(void)
+NTSTATUS torture_vfs_init(TALLOC_CTX *ctx)
 {
        struct torture_suite *suite = torture_suite_create(
                talloc_autofree_context(), "vfs");