Install public header files again and include required prototypes.
[ira/wip.git] / source4 / torture / torture.h
index e191fb362978a988b6746a8f57e3cb088ce62ae1..a5a6bc1cbf2b2927a879aa2606859dd3ab42887a 100644 (file)
@@ -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__ */