summaryrefslogtreecommitdiff
path: root/source4/lib/torture/torture.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-23 21:30:41 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-23 21:30:41 +0200
commit6b5d0b32b68a65121b05ca4f250807576a9ff23e (patch)
treecef365f90066b5ff050c576d78e575f1e5545194 /source4/lib/torture/torture.h
parent22f566c39b564c39eca40a76bf1dfece96d7ece5 (diff)
downloadsamba-6b5d0b32b68a65121b05ca4f250807576a9ff23e.tar.gz
samba-6b5d0b32b68a65121b05ca4f250807576a9ff23e.tar.bz2
samba-6b5d0b32b68a65121b05ca4f250807576a9ff23e.zip
Move subunit ui ops out of smbtorture to the torture library.
Diffstat (limited to 'source4/lib/torture/torture.h')
-rw-r--r--source4/lib/torture/torture.h2
1 files changed, 2 insertions, 0 deletions
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__ */