diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/vty/vty.h | 6 |
1 files changed, 3 insertions, 3 deletions
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); }; |