diff options
Diffstat (limited to 'pimd/pim_oil.c')
| -rw-r--r-- | pimd/pim_oil.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_oil.c b/pimd/pim_oil.c index c45b0ce14c..53bbf54f3e 100644 --- a/pimd/pim_oil.c +++ b/pimd/pim_oil.c @@ -135,8 +135,8 @@ void pim_channel_oil_free(struct channel_oil *c_oil) XFREE(MTYPE_PIM_CHANNEL_OIL, c_oil); } -static struct channel_oil *pim_find_channel_oil(struct pim_instance *pim, - struct prefix_sg *sg) +struct channel_oil *pim_find_channel_oil(struct pim_instance *pim, + struct prefix_sg *sg) { struct channel_oil *c_oil = NULL; struct channel_oil lookup; |
