--- embedaddon/quagga/bgpd/bgp_community.h 2012/02/21 17:26:11 1.1.1.1 +++ embedaddon/quagga/bgpd/bgp_community.h 2016/11/02 10:09:10 1.1.1.2 @@ -70,5 +70,6 @@ extern int community_include (struct community *, u_in extern void community_del_val (struct community *, u_int32_t *); extern unsigned long community_count (void); extern struct hash *community_hash (void); +extern u_int32_t community_val_get (struct community *com, int i); #endif /* _QUAGGA_BGP_COMMUNITY_H */