diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-02-09 11:24:58 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-02-09 11:24:58 -0800 |
commit | 86a3d4117c6b959bfed2bf4ceb2500e046c44f18 (patch) | |
tree | 9b7d22b5f1f243da871e17a34b972ad183dc70c3 /bgpd/bgp_community.c | |
parent | 5dccb9ccc022e5f7c7bd1ba2df128dd1733f6076 (diff) | |
parent | 615f5ca44b5f36d0db4ef210131731d3c61b7701 (diff) | |
download | quagga-86a3d4117c6b959bfed2bf4ceb2500e046c44f18.tar.bz2 quagga-86a3d4117c6b959bfed2bf4ceb2500e046c44f18.tar.xz |
Merge branch 'vyatta-update' of /home/shemminger/src/quagga into jenner
Diffstat (limited to 'bgpd/bgp_community.c')
-rw-r--r-- | bgpd/bgp_community.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_community.c b/bgpd/bgp_community.c index 1cafdb3e..3c492b27 100644 --- a/bgpd/bgp_community.c +++ b/bgpd/bgp_community.c @@ -617,7 +617,7 @@ community_str2com (const char *str) /* Return communities hash entry count. */ unsigned long -community_count () +community_count (void) { return comhash->count; } |