]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_ifchannel.h
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / pimd / pim_ifchannel.h
index 0b1a8ea0e872f37b7bcfd564fc9f1bab3335d19c..b9d4d291d854d910aeb96bd58048878b1786050d 100644 (file)
@@ -111,10 +111,9 @@ struct pim_ifchannel {
 };
 
 RB_HEAD(pim_ifchannel_rb, pim_ifchannel);
-RB_PROTOTYPE(pim_ifchannel_rb, pim_ifchannel,
-            pim_ifp_rb, pim_ifchannel_compare);
+RB_PROTOTYPE(pim_ifchannel_rb, pim_ifchannel, pim_ifp_rb,
+            pim_ifchannel_compare);
 
-void pim_ifchannel_free(struct pim_ifchannel *ch);
 void pim_ifchannel_delete(struct pim_ifchannel *ch);
 void pim_ifchannel_delete_all(struct interface *ifp);
 void pim_ifchannel_membership_clear(struct interface *ifp);