summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-05-15 10:15:22 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-05-15 10:15:22 -0700
commit9e43964f341f4a0841e130a5536172363c05e57b (patch)
treef10a60643eeea96eeeed4950c81ca01f9c303528
parentafcf4e97d50c3d7717330eed76a9c3a320b20b6f (diff)
downloadquagga-9e43964f341f4a0841e130a5536172363c05e57b.tar.bz2
quagga-9e43964f341f4a0841e130a5536172363c05e57b.tar.xz
BGP make receive capability static
-rw-r--r--bgpd/bgp_packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_packet.c b/bgpd/bgp_packet.c
index e492c599..00ddae13 100644
--- a/bgpd/bgp_packet.c
+++ b/bgpd/bgp_packet.c
@@ -2211,7 +2211,7 @@ bgp_capability_msg_parse (struct peer *peer, u_char *pnt, bgp_size_t length)
}
/* Dynamic Capability is received. */
-int
+static int
bgp_capability_receive (struct peer *peer, bgp_size_t size)
{
u_char *pnt;