diff options
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 9a54821173..9a890f9be3 100644 --- a/lib/command.h +++ b/lib/command.h @@ -546,7 +546,7 @@ extern struct cmd_element config_quit_cmd; extern struct cmd_element config_help_cmd; extern struct cmd_element config_list_cmd; extern char *host_config_file (void); -extern void host_config_set (char *); +extern void host_config_set (const char *); extern void print_version (const char *); |
