diff options
Diffstat (limited to 'ospfd/ospf_ext.h')
| -rw-r--r-- | ospfd/ospf_ext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_ext.h b/ospfd/ospf_ext.h index 130faf6710..3ebca7f5dd 100644 --- a/ospfd/ospf_ext.h +++ b/ospfd/ospf_ext.h @@ -192,7 +192,7 @@ struct ext_itf { extern int ospf_ext_init(void); extern void ospf_ext_term(void); extern void ospf_ext_update_sr(bool enable); -extern int ospf_ext_schedule_prefix_index(struct interface *ifp, +extern uint32_t ospf_ext_schedule_prefix_index(struct interface *ifp, uint32_t index, struct prefix_ipv4 *p, uint8_t flags); |
