summaryrefslogtreecommitdiff
path: root/ospfd/ospf_spf.h
diff options
context:
space:
mode:
Diffstat (limited to 'ospfd/ospf_spf.h')
-rw-r--r--ospfd/ospf_spf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ospfd/ospf_spf.h b/ospfd/ospf_spf.h
index 57f9d28b..1aa871ae 100644
--- a/ospfd/ospf_spf.h
+++ b/ospfd/ospf_spf.h
@@ -51,7 +51,7 @@ struct vertex_nexthop
struct vertex *parent; /* parent in SPF tree */
};
-void ospf_spf_calculate_schedule (struct ospf *);
-void ospf_rtrs_free (struct route_table *);
+extern void ospf_spf_calculate_schedule (struct ospf *);
+extern void ospf_rtrs_free (struct route_table *);
/* void ospf_spf_calculate_timer_add (); */