summaryrefslogtreecommitdiff
path: root/src/cli_parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli_parse.y')
-rw-r--r--src/cli_parse.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cli_parse.y b/src/cli_parse.y
index 107b874..318394b 100644
--- a/src/cli_parse.y
+++ b/src/cli_parse.y
@@ -241,8 +241,8 @@ syntax_error: SYNTAX_ERROR {
%%
-char *parse_path;
-int parse_def(vtw_def *defp, char *path, boolean type_only)
+const char *parse_path;
+int parse_def(vtw_def *defp, const char *path, boolean type_only)
{
int status;
/* always zero vtw_def struct */