diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-15 10:19:31 -0700 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2009-06-18 20:18:30 +0100 |
commit | e9dc9f247a668ece1b983cc964fec852c737bedd (patch) | |
tree | e8b865d140f9942655cd6d1190a87f3bade807ca /bgpd/bgp_damp.h | |
parent | ffa4e2c4712ddcb5085971aaf001f030723ee307 (diff) | |
download | quagga-e9dc9f247a668ece1b983cc964fec852c737bedd.tar.bz2 quagga-e9dc9f247a668ece1b983cc964fec852c737bedd.tar.xz |
[BGP/cleanup] make some damp function static
Diffstat (limited to 'bgpd/bgp_damp.h')
-rw-r--r-- | bgpd/bgp_damp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bgpd/bgp_damp.h b/bgpd/bgp_damp.h index 17c31cb9..e0bef4a8 100644 --- a/bgpd/bgp_damp.h +++ b/bgpd/bgp_damp.h @@ -138,10 +138,9 @@ extern int bgp_damp_update (struct bgp_info *, struct bgp_node *, afi_t, safi_t) extern int bgp_damp_scan (struct bgp_info *, afi_t, safi_t); extern void bgp_damp_info_free (struct bgp_damp_info *, int); extern void bgp_damp_info_clean (void); -extern char * bgp_get_reuse_time (unsigned int, char*, size_t); extern int bgp_damp_decay (time_t, int); extern void bgp_config_write_damp (struct vty *); extern void bgp_damp_info_vty (struct vty *, struct bgp_info *); -extern char * bgp_damp_reuse_time_vty (struct vty *, struct bgp_info *); +extern const char * bgp_damp_reuse_time_vty (struct vty *, struct bgp_info *); #endif /* _QUAGGA_BGP_DAMP_H */ |