--- embedaddon/quagga/ospfd/ospf_zebra.h 2012/10/09 09:22:29 1.1.1.2 +++ embedaddon/quagga/ospfd/ospf_zebra.h 2016/11/02 10:09:12 1.1.1.4 @@ -54,7 +54,7 @@ extern int ospf_redistribute_check (struct ospf *, str int *); extern int ospf_distribute_check_connected (struct ospf *, 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 void ospf_distance_reset (struct ospf *); @@ -72,7 +72,7 @@ extern int ospf_distance_set (struct vty *, struct osp const char *, const char *); extern int ospf_distance_unset (struct vty *, struct ospf *, 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 */