Diff for /embedaddon/quagga/ospfd/ospf_lsa.h between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2012/10/09 09:22:29 version 1.1.1.4, 2013/07/21 23:54:40
Line 243  extern int tv_cmp (struct timeval, struct timeval); Line 243  extern int tv_cmp (struct timeval, struct timeval);
   
 extern int get_age (struct ospf_lsa *);  extern int get_age (struct ospf_lsa *);
 extern u_int16_t ospf_lsa_checksum (struct lsa_header *);  extern u_int16_t ospf_lsa_checksum (struct lsa_header *);
   extern int ospf_lsa_checksum_valid (struct lsa_header *);
 extern int ospf_lsa_refresh_delay (struct ospf_lsa *);  extern int ospf_lsa_refresh_delay (struct ospf_lsa *);
   
 extern const char *dump_lsa_key (struct ospf_lsa *);  extern const char *dump_lsa_key (struct ospf_lsa *);

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


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