diff options
author | Chris Hall (GMCH) <chris.hall@highwayman.com> | 2009-12-17 13:02:10 +0000 |
---|---|---|
committer | Chris Hall (GMCH) <chris.hall@highwayman.com> | 2009-12-17 13:02:10 +0000 |
commit | 514e2cade5f8e2c74e1861470b418012dd764d24 (patch) | |
tree | 0882834f0225d2a8b23b26dcbca316df7f095171 /bgpd/bgp_packet.h | |
parent | 122e52d3c6f844aceddf1b3b35885d0feae6650a (diff) | |
parent | da88ea82acd70adf3bab641b2300ee24319da422 (diff) | |
download | quagga-514e2cade5f8e2c74e1861470b418012dd764d24.tar.bz2 quagga-514e2cade5f8e2c74e1861470b418012dd764d24.tar.xz |
Merge branch 'master' of git://code.quagga.net/quagga
Diffstat (limited to 'bgpd/bgp_packet.h')
-rw-r--r-- | bgpd/bgp_packet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgp_packet.h b/bgpd/bgp_packet.h index 85d64072..8f0ebe31 100644 --- a/bgpd/bgp_packet.h +++ b/bgpd/bgp_packet.h @@ -52,4 +52,6 @@ extern void bgp_default_update_send (struct peer *, struct attr *, afi_t, safi_t, struct peer *); extern void bgp_default_withdraw_send (struct peer *, afi_t, safi_t); +extern int bgp_capability_receive (struct peer *, bgp_size_t); + #endif /* _QUAGGA_BGP_PACKET_H */ |