r14720: Add torture_context argument to all torture tests
[gd/samba-autobuild/.git] / source4 / torture / basic / utable.c
index dfff6f168dc3cd98a8b106f3d1c16380d6c94bf8..9e8ee6ced85369d9d271864ec8f2706cbaf55dc6 100644 (file)
@@ -26,7 +26,7 @@
 #include "torture/util.h"
 #include "pstring.h"
 
-BOOL torture_utable(void)
+BOOL torture_utable(struct torture_context *torture)
 {
        struct smbcli_state *cli;
        fstring fname;
@@ -121,7 +121,7 @@ static char *form_name(int c)
        return fname;
 }
 
-BOOL torture_casetable(void)
+BOOL torture_casetable(struct torture_context *torture)
 {
        static struct smbcli_state *cli;
        char *fname;