summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorhasso <hasso>2004-10-07 21:32:14 +0000
committerhasso <hasso>2004-10-07 21:32:14 +0000
commitea8e9d972e8775f3e1c4e03fbacb18a42e8c4177 (patch)
tree0762c5ca1ae795080fb5ec9bc6cb54bffcc02748 /lib/command.h
parente561a8eb365a77beb0dd1c4ac406f9de21543a74 (diff)
Even more const strings and fix to bugfix.
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h2
1 files changed, 1 insertions, 1 deletions
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 ();