diff options
Diffstat (limited to 'ospf6d/ospf6_spf.h')
-rw-r--r-- | ospf6d/ospf6_spf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_spf.h b/ospf6d/ospf6_spf.h index 6a6424eaf..c9e031bfe 100644 --- a/ospf6d/ospf6_spf.h +++ b/ospf6d/ospf6_spf.h @@ -82,7 +82,7 @@ void ospf6_spf_calculation (u_int32_t router_id, struct ospf6_area *oa); void ospf6_spf_schedule (struct ospf6_area *oa); -void ospf6_spf_display_subtree (struct vty *vty, char *prefix, +void ospf6_spf_display_subtree (struct vty *vty, const char *prefix, int rest, struct ospf6_vertex *v); int config_write_ospf6_debug_spf (struct vty *vty); |