From 6b5d0b32b68a65121b05ca4f250807576a9ff23e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 23 Oct 2008 21:30:41 +0200 Subject: Move subunit ui ops out of smbtorture to the torture library. --- source4/lib/torture/torture.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/lib/torture/torture.h') diff --git a/source4/lib/torture/torture.h b/source4/lib/torture/torture.h index 0f966a52d1..ea5cd70961 100644 --- a/source4/lib/torture/torture.h +++ b/source4/lib/torture/torture.h @@ -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__ */ -- cgit