summaryrefslogtreecommitdiff
path: root/source3/torture/vfstest.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/torture/vfstest.h')
-rw-r--r--source3/torture/vfstest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/vfstest.h b/source3/torture/vfstest.h
index 5910c5ce37..1e030fad04 100644
--- a/source3/torture/vfstest.h
+++ b/source3/torture/vfstest.h
@@ -39,7 +39,7 @@ struct vfs_state {
struct cmd_set {
const char *name;
NTSTATUS (*fn)(struct vfs_state *vfs, TALLOC_CTX *mem_ctx, int argc,
- char **argv);
+ const char **argv);
const char *description;
const char *usage;
};