diff options
Diffstat (limited to 'ospf6d/ospf6_area.h')
| -rw-r--r-- | ospf6d/ospf6_area.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_area.h b/ospf6d/ospf6_area.h index 964b1916fc..43ac60b261 100644 --- a/ospf6d/ospf6_area.h +++ b/ospf6d/ospf6_area.h @@ -163,7 +163,7 @@ extern void ospf6_area_disable(struct ospf6_area *oa);  extern void ospf6_area_show(struct vty *vty, struct ospf6_area *oa,  			    json_object *json_areas, bool use_json); -extern void ospf6_area_plist_update(struct prefix_list *plist, int add); +extern void ospf6_plist_update(struct prefix_list *plist);  extern void ospf6_filter_update(struct access_list *access);  extern void ospf6_area_config_write(struct vty *vty, struct ospf6 *ospf6);  extern void ospf6_area_init(void);  | 
