]> git.proxmox.com Git - mirror_frr.git/blobdiff - eigrpd/eigrp_filter.h
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / eigrpd / eigrp_filter.h
index 117cf3c49f003d3c191d028fb464430bf130185c..caec19b0fbee46e39746b271796a8f24e6f8ec4a 100644 (file)
 #ifndef EIGRPD_EIGRP_FILTER_H_
 #define EIGRPD_EIGRP_FILTER_H_
 
-extern void eigrp_distribute_update (struct distribute *);
-extern void eigrp_distribute_update_interface (struct interface *);
-extern void eigrp_distribute_update_all (struct prefix_list *);
+extern void eigrp_distribute_update(struct distribute *);
+extern void eigrp_distribute_update_interface(struct interface *);
+extern void eigrp_distribute_update_all(struct prefix_list *);
 extern void eigrp_distribute_update_all_wrapper(struct access_list *);
-extern int eigrp_distribute_timer_process (struct thread *);
-extern int eigrp_distribute_timer_interface (struct thread *);
+extern int eigrp_distribute_timer_process(struct thread *);
+extern int eigrp_distribute_timer_interface(struct thread *);
 
 #endif /* EIGRPD_EIGRP_FILTER_H_ */