Ignore:
Timestamp:
10/27/08 13:38:07 (5 years ago)
Author:
BrainSlayer
Message:

quagga update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/quagga/bgpd/bgp_aspath.h

    r10334 r10627  
    7373extern struct aspath *aspath_add_seq (struct aspath *, as_t); 
    7474extern 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 *); 
     75extern int aspath_cmp_left (const struct aspath *, const struct aspath *); 
     76extern int aspath_cmp_left_confed (const struct aspath *, const struct aspath *); 
    7777extern struct aspath *aspath_delete_confed_seq (struct aspath *); 
    7878extern struct aspath *aspath_empty (void); 
Note: See TracChangeset for help on using the changeset viewer.