summaryrefslogtreecommitdiff
path: root/lib/vty.h
diff options
context:
space:
mode:
authorhasso <hasso>2004-10-07 19:33:46 +0000
committerhasso <hasso>2004-10-07 19:33:46 +0000
commit6ad96ea16ee54578391bb4ca88d047ac9d3654fc (patch)
tree7a09427aaafcc48fe644ed4c2e6804005732b88f /lib/vty.h
parent015253c3f14cacad85a761fae0259ad32f083d4a (diff)
Make more strings const.
Diffstat (limited to 'lib/vty.h')
-rw-r--r--lib/vty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vty.h b/lib/vty.h
index 3cf9c4a2..ffaad357 100644
--- a/lib/vty.h
+++ b/lib/vty.h
@@ -194,7 +194,7 @@ struct vty *vty_new (void);
int vty_out (struct vty *, const char *, ...) PRINTF_ATTRIBUTE(2, 3);
void vty_read_config (char *, char *);
void vty_time_print (struct vty *, int);
-void vty_serv_sock (const char *, unsigned short, char *);
+void vty_serv_sock (const char *, unsigned short, const char *);
void vty_close (struct vty *);
char *vty_get_cwd (void);
void vty_log (const char *, const char *, va_list);