diff options
author | ajs <ajs> | 2005-02-23 15:48:32 +0000 |
---|---|---|
committer | ajs <ajs> | 2005-02-23 15:48:32 +0000 |
commit | cdb6ee94bc2b9d1b66cfa1adcc5acaccbd648e0f (patch) | |
tree | e2ddd54488f20a3402ce94fcc4fb337fb883f61c /lib/vty.h | |
parent | 5c33349b3efff36a6acd36c6600b61e7cc2dbffc (diff) |
2005-02-23 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* {vty.h,vty.c}: Remove vty_finish (duplicate of vty_reset).
* isis_main.c: (reload) Call vty_reset instead of vty_finish (both
functions were exactly the same).
Diffstat (limited to 'lib/vty.h')
-rw-r--r-- | lib/vty.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -181,7 +181,6 @@ extern char integrate_default[]; void vty_init (struct thread_master *); void vty_init_vtysh (void); void vty_reset (void); -void vty_finish (void); struct vty *vty_new (void); int vty_out (struct vty *, const char *, ...) PRINTF_ATTRIBUTE(2, 3); void vty_read_config (char *, char *); |