diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-19 18:29:15 -0700 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-19 18:29:15 -0700 |
| commit | c0e8c16f844e27675f30ceae50e599d4953e0ae3 (patch) | |
| tree | 722366fc213778a76e9f4df4d0c7b22c4986227e /lib/command.h | |
| parent | 91283e76414a50cc72fcaf7f4d25b93ce924bd1d (diff) | |
vtysh: vtysh-warnings.patch
Remove compile warnings for the vtysh directory
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by:
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 *); |
