Diff for /embedaddon/quagga/ospfd/ospf_nsm.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 17:26:12 version 1.1.1.2, 2013/07/21 23:54:40
Line 81 Line 81
   
 /* Prototypes. */  /* Prototypes. */
 extern int ospf_nsm_event (struct thread *);  extern int ospf_nsm_event (struct thread *);
 extern void nsm_change_state (struct ospf_neighbor *, int);  
 extern void ospf_check_nbr_loading (struct ospf_neighbor *);  extern void ospf_check_nbr_loading (struct ospf_neighbor *);
 extern int ospf_db_summary_isempty (struct ospf_neighbor *);  extern int ospf_db_summary_isempty (struct ospf_neighbor *);
 extern int ospf_db_summary_count (struct ospf_neighbor *);  extern int ospf_db_summary_count (struct ospf_neighbor *);

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


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