--- embedaddon/quagga/bgpd/bgp_aspath.h 2012/02/21 17:26:12 1.1.1.1 +++ embedaddon/quagga/bgpd/bgp_aspath.h 2012/10/09 09:22:28 1.1.1.2 @@ -72,6 +72,7 @@ extern struct aspath *aspath_prepend (struct aspath *, extern struct aspath *aspath_filter_exclude (struct aspath *, struct aspath *); extern struct aspath *aspath_add_seq (struct aspath *, as_t); extern struct aspath *aspath_add_confed_seq (struct aspath *, as_t); +extern int aspath_cmp (const void *, const void *); extern int aspath_cmp_left (const struct aspath *, const struct aspath *); extern int aspath_cmp_left_confed (const struct aspath *, const struct aspath *); extern struct aspath *aspath_delete_confed_seq (struct aspath *);