diff options
author | hasso <hasso> | 2004-10-07 19:33:46 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-10-07 19:33:46 +0000 |
commit | 5574eba1944128cda1b8d81f396f1aa1058d842c (patch) | |
tree | 5417fbfa11372e9ee9383d8dbc85553d0330d0d8 /lib/vty.h | |
parent | 353cb3db08090c7964a633548a686b099b03e860 (diff) | |
download | quagga-5574eba1944128cda1b8d81f396f1aa1058d842c.tar.bz2 quagga-5574eba1944128cda1b8d81f396f1aa1058d842c.tar.xz |
Make more strings const.
Diffstat (limited to 'lib/vty.h')
-rw-r--r-- | lib/vty.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |