From dd19527cd2dc49e34973fdefa24acb2d9939e2c1 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 8 Jun 2010 16:12:58 +0800 Subject: vty: Mark app info strings as const char*. --- include/osmocom/vty/vty.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/osmocom') diff --git a/include/osmocom/vty/vty.h b/include/osmocom/vty/vty.h index f0174624..e7399ba1 100644 --- a/include/osmocom/vty/vty.h +++ b/include/osmocom/vty/vty.h @@ -128,9 +128,9 @@ static inline char *vty_newline(struct vty *vty) } struct vty_app_info { - char *name; - char *version; - char *copyright; + const char *name; + const char *version; + const char *copyright; void *tall_ctx; enum node_type (*go_parent_cb)(struct vty *vty); }; -- cgit v1.2.3