Diff for /embedaddon/quagga/ospfd/ospf_zebra.h between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/10/09 09:22:29 version 1.1.1.3, 2013/07/21 23:54:40
Line 54  extern int ospf_redistribute_check (struct ospf *, str Line 54  extern int ospf_redistribute_check (struct ospf *, str
                                     int *);                                      int *);
 extern int ospf_distribute_check_connected (struct ospf *,  extern int ospf_distribute_check_connected (struct ospf *,
                                             struct external_info *);                                              struct external_info *);
extern void ospf_distribute_list_update (struct ospf *, int);extern void ospf_distribute_list_update (struct ospf *, uintptr_t);
   
 extern int ospf_is_type_redistributed (int);  extern int ospf_is_type_redistributed (int);
 extern void ospf_distance_reset (struct ospf *);  extern void ospf_distance_reset (struct ospf *);

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


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