aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtin.h')
-rw-r--r--builtin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin.h b/builtin.h
index e90d24c0..5ad27bf8 100644
--- a/builtin.h
+++ b/builtin.h
@@ -137,7 +137,7 @@ int builtin_exists( wchar_t *cmd );
\return the exit status of the builtin command
*/
-int builtin_run( parser_t &parser, wchar_t **argv, io_data_t *io );
+int builtin_run( parser_t &parser, const wchar_t * const *argv, io_data_t *io );
/**
Insert all builtin names into l. These are not copies of the strings and should not be freed after use.