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

version 1.1, 2012/02/21 17:26:12 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);
   
Line 245  extern struct ospf6_lsa_handler *ospf6_get_lsa_handler Line 246  extern struct ospf6_lsa_handler *ospf6_get_lsa_handler
   
 extern void ospf6_lsa_init (void);  extern void ospf6_lsa_init (void);
 extern void ospf6_lsa_terminate (void);  extern void ospf6_lsa_terminate (void);
 extern void ospf6_lsa_cmd_init (void);  
   
 extern int config_write_ospf6_debug_lsa (struct vty *vty);  extern int config_write_ospf6_debug_lsa (struct vty *vty);
 extern void install_element_ospf6_debug_lsa (void);  extern void install_element_ospf6_debug_lsa (void);

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


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