r19350: Properly list LOCAL-TALLOC under the "LOCAL" header.
[sfrench/samba-autobuild/.git] / source4 / torture / ui.h
index b4e3585031851e05bb4b4f2e7785b845cca44069..b14598904694ea6d6fe6c5a03026d22936fab874 100644 (file)
@@ -294,4 +294,8 @@ bool torture_setting_bool(struct torture_context *test,
 /* Helper function commonly used */
 bool torture_teardown_free(struct torture_context *torture, void *data);
 
+struct torture_suite *torture_find_suite(struct torture_suite *parent, 
+                                                                                const char *name);
+
+
 #endif /* __TORTURE_UI_H__ */