]> git.proxmox.com Git - mirror_frr.git/blobdiff - staticd/static_zebra.h
eigrpd: eigrp usage of uint32_t to struct in_addr for router_id data
[mirror_frr.git] / staticd / static_zebra.h
index 6b73b0dd3d0c6daf4410ad36169b79c4c72d328b..a82eb162e10b3db124bdca7454a321d74d42e197 100644 (file)
@@ -23,7 +23,8 @@ extern struct thread_master *master;
 
 extern void static_zebra_nht_register(struct static_route *si, bool reg);
 
-extern void static_zebra_route_add(struct route_node *rn, vrf_id_t vrf_id,
-                                  safi_t safi, bool install);
+extern void static_zebra_route_add(struct route_node *rn,
+                                  struct static_route *si_changed,
+                                  vrf_id_t vrf_id, safi_t safi, bool install);
 extern void static_zebra_init(void);
 #endif