summaryrefslogtreecommitdiff
path: root/source4/torture/torture.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/torture.h')
-rw-r--r--source4/torture/torture.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/torture/torture.h b/source4/torture/torture.h
index e191fb3629..a5a6bc1cbf 100644
--- a/source4/torture/torture.h
+++ b/source4/torture/torture.h
@@ -34,7 +34,8 @@ extern int torture_failures;
extern int torture_numasync;
struct torture_test;
-
-#include "torture/proto.h"
+int torture_init(void);
+bool torture_register_suite(struct torture_suite *suite);
+#include "torture/ui.h"
#endif /* __TORTURE_H__ */