aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/vty
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-08-10 08:09:54 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-08-10 08:26:14 +0200
commit656b1298128e8c07b6d9baf13cddff1ab985d6fc (patch)
tree1d2a8c3269b165dddb454ab09bd177cf67b71f5d /openbsc/include/vty
parent336f509941033481168a87e6f23e364676674ac8 (diff)
vty: Make the argument const
Diffstat (limited to 'openbsc/include/vty')
-rw-r--r--openbsc/include/vty/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/vty/command.h b/openbsc/include/vty/command.h
index 21fb6a1af..9daa2d62d 100644
--- a/openbsc/include/vty/command.h
+++ b/openbsc/include/vty/command.h
@@ -351,7 +351,7 @@ extern struct cmd_element config_quit_cmd;
extern struct cmd_element config_help_cmd;
extern struct cmd_element config_list_cmd;
char *host_config_file();
-void host_config_set(char *);
+void host_config_set(const char *);
void print_version(const char *);