diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-23 21:30:41 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-23 21:30:41 +0200 |
commit | 6b5d0b32b68a65121b05ca4f250807576a9ff23e (patch) | |
tree | cef365f90066b5ff050c576d78e575f1e5545194 /source4/lib/torture/torture.h | |
parent | 22f566c39b564c39eca40a76bf1dfece96d7ece5 (diff) | |
download | samba-6b5d0b32b68a65121b05ca4f250807576a9ff23e.tar.gz samba-6b5d0b32b68a65121b05ca4f250807576a9ff23e.tar.xz 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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/torture/torture.h b/source4/lib/torture/torture.h index 0f966a52d13..ea5cd709617 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__ */ |