]> git.proxmox.com Git - mirror_frr.git/commitdiff
pimd: Remove the api from .h file since there is no definition of it
authorMobashshera Rasool <mrasool@vmware.com>
Mon, 18 Jul 2022 06:01:52 +0000 (23:01 -0700)
committerMobashshera Rasool <mrasool@vmware.com>
Mon, 18 Jul 2022 06:01:52 +0000 (23:01 -0700)
Removing the api pim_scan_individual_oil from .h since there is
no definition of it.

Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
pimd/pim_zebra.h

index 5879cdefb09784f4ec3793e4e39477e42aa928ab..6710f19995f2a9b8dfe80d2553d458aa06142222 100644 (file)
@@ -28,7 +28,6 @@
 void pim_zebra_init(void);
 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_oil(struct pim_instance *pim_matcher);
 
 void pim_forward_start(struct pim_ifchannel *ch);