diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2011-10-03 12:08:01 +0200 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2012-01-08 12:46:11 +0100 |
commit | 8216f53b73d8eb375615ad4395deace11d1e22d6 (patch) | |
tree | b5ffdff7813c92555889b1be89c907a9f1a14789 /ospfd/ospf_lsa.h | |
parent | ospfd: address more trivial compiler warnings (diff) | |
download | frr-8216f53b73d8eb375615ad4395deace11d1e22d6.tar.xz frr-8216f53b73d8eb375615ad4395deace11d1e22d6.zip |
ospfd: justify ospf_default_originate_timer()
The function is implemented in ospf_lsa.c, move its "extern" declaration
to ospf_lsa.h for consistency.
Diffstat (limited to 'ospfd/ospf_lsa.h')
-rw-r--r-- | ospfd/ospf_lsa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfd/ospf_lsa.h b/ospfd/ospf_lsa.h index bf3b083c4..f364840f6 100644 --- a/ospfd/ospf_lsa.h +++ b/ospfd/ospf_lsa.h @@ -275,6 +275,7 @@ extern struct in_addr ospf_get_ip_from_ifp (struct ospf_interface *); extern struct ospf_lsa *ospf_external_lsa_originate (struct ospf *, struct external_info *); extern int ospf_external_lsa_originate_timer (struct thread *); +extern int ospf_default_originate_timer (struct thread *); extern struct ospf_lsa *ospf_lsa_lookup (struct ospf_area *, u_int32_t, struct in_addr, struct in_addr); extern struct ospf_lsa *ospf_lsa_lookup_by_id (struct ospf_area *, |