summaryrefslogtreecommitdiffstats
path: root/source/torture/vfstest.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/torture/vfstest.c')
-rw-r--r--source/torture/vfstest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/torture/vfstest.c b/source/torture/vfstest.c
index 69acd01c1a4..b5ccf930bc6 100644
--- a/source/torture/vfstest.c
+++ b/source/torture/vfstest.c
@@ -38,7 +38,7 @@ extern pstring user_socket_options;
/****************************************************************************
handle completion of commands for readline
****************************************************************************/
-static char **completion_fn(char *text, int start, int end)
+static char **completion_fn(const char *text, int start, int end)
{
#define MAX_COMPLETIONS 100
char **matches;