r14720: Add torture_context argument to all torture tests
[kamenim/samba.git] / source4 / torture / local / util_strlist.c
index bf888da7970c2b62d67fb5cf6451f99fb0924e18..78ebcf44fb093c29ecd415069bf2b0e44c4f7895 100644 (file)
@@ -21,6 +21,7 @@
 */
 
 #include "includes.h"
+#include "torture/torture.h"
 
 static const char *test_lists_shell_strings[] = {
        "",
@@ -69,7 +70,7 @@ static BOOL test_lists_shell(TALLOC_CTX *mem_ctx)
        return True;
 }
 
-BOOL torture_local_util_strlist(void
+BOOL torture_local_util_strlist(struct torture_context *torture
 {
        BOOL ret = True;
        TALLOC_CTX *mem_ctx = talloc_init("test_util_strlist");