Move subunit ui ops out of smbtorture to the torture library.
[kai/samba.git] / source4 / lib / torture / torture.h
index 0f966a52d131532546474973652b79d6c8427caf..ea5cd709617c1d4f3611f2683d864cee0afee120 100644 (file)
@@ -393,4 +393,6 @@ bool torture_suite_init_tcase(struct torture_suite *suite,
 struct torture_context *torture_context_init(struct event_context *event_ctx, 
                                             const struct torture_ui_ops *ui_ops);
 
+extern const struct torture_ui_ops torture_subunit_ui_ops;
+
 #endif /* __TORTURE_UI_H__ */