]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripngd/ripng_route.h
pimd: Remove extraneous include of version.h
[mirror_frr.git] / ripngd / ripng_route.h
index e402f4a66c850a7016eb097cadb30ec64ea4049b..afc1d1cbc533714be9e4d52816b34a0ba430b9c7 100644 (file)
@@ -48,8 +48,8 @@ extern void ripng_aggregate_decrement(struct agg_node *rp,
                                      struct ripng_info *rinfo);
 extern void ripng_aggregate_decrement_list(struct agg_node *rp,
                                           struct list *list);
-extern int ripng_aggregate_add(struct prefix *p);
-extern int ripng_aggregate_delete(struct prefix *p);
+extern int ripng_aggregate_add(struct ripng *ripng, struct prefix *p);
+extern int ripng_aggregate_delete(struct ripng *ripng, struct prefix *p);
 extern void ripng_aggregate_free(struct ripng_aggregate *aggregate);
 
 #endif /* _ZEBRA_RIPNG_ROUTE_H */