diff options
author | hasso <hasso> | 2004-10-07 21:32:14 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-10-07 21:32:14 +0000 |
commit | 3e5e38c0172c61ec4e18828dfb819ba3fe7d3c36 (patch) | |
tree | 87244073356f3c423b8b614cf97a4ccf2eabf899 /lib/command.h | |
parent | 370c62dd5faa9a579f7757a770ac698160cda255 (diff) | |
download | quagga-3e5e38c0172c61ec4e18828dfb819ba3fe7d3c36.tar.bz2 quagga-3e5e38c0172c61ec4e18828dfb819ba3fe7d3c36.tar.xz |
Even more const strings and fix to bugfix.
Diffstat (limited to 'lib/command.h')
-rw-r--r-- | lib/command.h | 2 |
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 (); |