From ea8e9d972e8775f3e1c4e03fbacb18a42e8c4177 Mon Sep 17 00:00:00 2001 From: hasso Date: Thu, 7 Oct 2004 21:32:14 +0000 Subject: Even more const strings and fix to bugfix. --- lib/command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/command.h') diff --git a/lib/command.h b/lib/command.h index 66883fbb..9e727cfb 100644 --- a/lib/command.h +++ b/lib/command.h @@ -287,7 +287,7 @@ void install_element (enum node_type, struct cmd_element *); void sort_node (); char *argv_concat (char **, int, int); -vector cmd_make_strvec (char *); +vector cmd_make_strvec (const char *); void cmd_free_strvec (vector); vector cmd_describe_command (); char **cmd_complete_command (); -- cgit v1.2.3