Diff for /embedaddon/quagga/ospf6d/ospf6_lsa.h between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/10/09 09:22:28 version 1.1.1.3, 2013/07/21 23:54:39
Line 237  extern int ospf6_lsa_expire (struct thread *); Line 237  extern int ospf6_lsa_expire (struct thread *);
 extern int ospf6_lsa_refresh (struct thread *);  extern int ospf6_lsa_refresh (struct thread *);
   
 extern unsigned short ospf6_lsa_checksum (struct ospf6_lsa_header *);  extern unsigned short ospf6_lsa_checksum (struct ospf6_lsa_header *);
   extern int ospf6_lsa_checksum_valid (struct ospf6_lsa_header *);
 extern int ospf6_lsa_prohibited_duration (u_int16_t type, u_int32_t id,  extern int ospf6_lsa_prohibited_duration (u_int16_t type, u_int32_t id,
                                           u_int32_t adv_router, void *scope);                                            u_int32_t adv_router, void *scope);
   

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>