summaryrefslogtreecommitdiffstats
path: root/source/torture
diff options
context:
space:
mode:
Diffstat (limited to 'source/torture')
-rw-r--r--source/torture/torture.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/torture/torture.c b/source/torture/torture.c
index ec13abc1c1f..84755a781a4 100644
--- a/source/torture/torture.c
+++ b/source/torture/torture.c
@@ -4138,7 +4138,7 @@ static BOOL run_openattrtest(int dummy)
return correct;
}
-static void list_fn(file_info *finfo, const char *name, void *state)
+static void list_fn(const char *mnt, file_info *finfo, const char *name, void *state)
{
}
@@ -4198,7 +4198,7 @@ static BOOL run_dirtest(int dummy)
return correct;
}
-static void del_fn(file_info *finfo, const char *mask, void *state)
+static void del_fn(const char *mnt, file_info *finfo, const char *mask, void *state)
{
struct cli_state *pcli = (struct cli_state *)state;
fstring fname;