summaryrefslogtreecommitdiff
path: root/lib/torture/torture.h
diff options
context:
space:
mode:
authorGregor Beck <gbeck@sernet.de>2011-10-18 13:15:22 +0200
committerStefan Metzmacher <metze@samba.org>2012-09-21 16:26:39 +0200
commit160ca49953570fe55fe089241d1ba6ed1c9c9783 (patch)
treeb30da87268a32a98691f755e663a79f60f24bf8a /lib/torture/torture.h
parentc3f1aed86f7f414ecdf676d52011c396e65aa374 (diff)
downloadsamba-160ca49953570fe55fe089241d1ba6ed1c9c9783.tar.gz
samba-160ca49953570fe55fe089241d1ba6ed1c9c9783.tar.bz2
samba-160ca49953570fe55fe089241d1ba6ed1c9c9783.zip
libtorture: factor out simple ui backend
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/torture/torture.h')
-rw-r--r--lib/torture/torture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/torture/torture.h b/lib/torture/torture.h
index 96cefcf943..3a080429a8 100644
--- a/lib/torture/torture.h
+++ b/lib/torture/torture.h
@@ -546,5 +546,6 @@ struct torture_results *torture_results_init(TALLOC_CTX *mem_ctx, const struct t
struct torture_context *torture_context_child(struct torture_context *tctx);
extern const struct torture_ui_ops torture_subunit_ui_ops;
+extern const struct torture_ui_ops torture_simple_ui_ops;
#endif /* __TORTURE_UI_H__ */