summaryrefslogtreecommitdiff
path: root/pimd/pim_zebra.h
diff options
context:
space:
mode:
authorMobashshera Rasool <mrasool@vmware.com>2022-07-17 23:01:52 -0700
committerMobashshera Rasool <mrasool@vmware.com>2022-07-17 23:01:52 -0700
commit3f3a6cc53c8c7fbe87ec76038f937eefb7e0ab90 (patch)
tree876a13b4bb55fc76aa9e2e1181d4334621d23a03 /pimd/pim_zebra.h
parent77b2c28e6f4d73b827e470fb96a194588b9d16da (diff)
pimd: Remove the api from .h file since there is no definition of it
Removing the api pim_scan_individual_oil from .h since there is no definition of it. Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
Diffstat (limited to 'pimd/pim_zebra.h')
-rw-r--r--pimd/pim_zebra.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pimd/pim_zebra.h b/pimd/pim_zebra.h
index 5879cdefb0..6710f19995 100644
--- a/pimd/pim_zebra.h
+++ b/pimd/pim_zebra.h
@@ -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);