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

version 1.1.1.3, 2013/07/21 23:54:40 version 1.1.1.4, 2016/11/02 10:09:12
Line 72  extern int ospf_distance_set (struct vty *, struct osp Line 72  extern int ospf_distance_set (struct vty *, struct osp
                               const char *, const char *);                                const char *, const char *);
 extern int ospf_distance_unset (struct vty *, struct ospf *, const char *,  extern int ospf_distance_unset (struct vty *, struct ospf *, const char *,
                                 const char *, const char *);                                  const char *, const char *);
extern void ospf_zebra_init (void);extern void ospf_zebra_init (struct thread_master *);
   
 #endif /* _ZEBRA_OSPF_ZEBRA_H */  #endif /* _ZEBRA_OSPF_ZEBRA_H */
   

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


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