Changeset 10627 for src/router/quagga/bgpd/bgp_aspath.h
- Timestamp:
- 10/27/08 13:38:07 (5 years ago)
- File:
-
- 1 edited
-
src/router/quagga/bgpd/bgp_aspath.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/quagga/bgpd/bgp_aspath.h
r10334 r10627 73 73 extern struct aspath *aspath_add_seq (struct aspath *, as_t); 74 74 extern struct aspath *aspath_add_confed_seq (struct aspath *, as_t); 75 extern int aspath_cmp_left ( struct aspath *,struct aspath *);76 extern int aspath_cmp_left_confed ( struct aspath *,struct aspath *);75 extern int aspath_cmp_left (const struct aspath *, const struct aspath *); 76 extern int aspath_cmp_left_confed (const struct aspath *, const struct aspath *); 77 77 extern struct aspath *aspath_delete_confed_seq (struct aspath *); 78 78 extern struct aspath *aspath_empty (void);
Note: See TracChangeset
for help on using the changeset viewer.
