]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_zebra.h
*: reindent
[mirror_frr.git] / pimd / pim_zebra.h
index 37024073ea2cd52e4a16ebd62578fa6358dd34dc..9b5450d66a929069098ca6c9761b3c7461468d95 100644 (file)
@@ -27,9 +27,9 @@
 #include "pim_ifchannel.h"
 
 void pim_zebra_init(void);
-void pim_zebra_zclient_update (struct vty *vty);
+void pim_zebra_zclient_update(struct vty *vty);
 
-void pim_scan_individual_oil (struct channel_oil *c_oil, int in_vif_index);
+void pim_scan_individual_oil(struct channel_oil *c_oil, int in_vif_index);
 void pim_scan_oil(void);
 
 void igmp_anysource_forward_start(struct igmp_group *group);
@@ -43,5 +43,5 @@ void pim_forward_start(struct pim_ifchannel *ch);
 void pim_forward_stop(struct pim_ifchannel *ch);
 
 void sched_rpf_cache_refresh(void);
-struct zclient *pim_zebra_zclient_get (void);
+struct zclient *pim_zebra_zclient_get(void);
 #endif /* PIM_ZEBRA_H */