diff options
Diffstat (limited to 'ospfd/ospf_spf.h')
-rw-r--r-- | ospfd/ospf_spf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_spf.h b/ospfd/ospf_spf.h index 7fe682ee..e71224bd 100644 --- a/ospfd/ospf_spf.h +++ b/ospfd/ospf_spf.h @@ -44,7 +44,7 @@ struct vertex_nexthop struct vertex *parent; }; -void ospf_spf_calculate_schedule (); +void ospf_spf_calculate_schedule (struct ospf *); void ospf_rtrs_free (struct route_table *); /* void ospf_spf_calculate_timer_add (); */ |