diff options
Diffstat (limited to 'ospf6d/ospf6_lsa.c')
-rw-r--r-- | ospf6d/ospf6_lsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_lsa.c b/ospf6d/ospf6_lsa.c index 82f75b153..cca4616c1 100644 --- a/ospf6d/ospf6_lsa.c +++ b/ospf6d/ospf6_lsa.c @@ -191,7 +191,7 @@ int ospf6_lsa_is_changed(struct ospf6_lsa *lsa1, struct ospf6_lsa *lsa2) /* ospf6 age functions */ /* calculate birth */ -static void ospf6_lsa_age_set(struct ospf6_lsa *lsa) +void ospf6_lsa_age_set(struct ospf6_lsa *lsa) { struct timeval now; |