s4: torture: Pass the new talloc context into torture_init().
[garming/samba-autobuild/.git] / source4 / torture / smbtorture.h
index 0a0647d6594fc36915f025949c2304517a5392b5..7480f241d9772d042a3658f7ee3bd72f00168e9c 100644 (file)
@@ -34,7 +34,7 @@ extern int torture_failures;
 extern int torture_numasync;
 
 struct torture_test;
-int torture_init(void);
+int torture_init(TALLOC_CTX *);
 bool torture_register_suite(struct torture_suite *suite);
 void torture_shell(struct torture_context *tctx);
 void torture_print_testsuites(bool structured);