mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 15:30:02 +00:00
ospfd: justify ospf_default_originate_timer()
The function is implemented in ospf_lsa.c, move its "extern" declaration to ospf_lsa.h for consistency.
This commit is contained in:
parent
72f062b6eb
commit
8216f53b73
@ -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 *,
|
||||
|
@ -50,8 +50,6 @@ extern void ospf_zebra_delete (struct prefix_ipv4 *, struct ospf_route *);
|
||||
extern void ospf_zebra_add_discard (struct prefix_ipv4 *);
|
||||
extern void ospf_zebra_delete_discard (struct prefix_ipv4 *);
|
||||
|
||||
extern int ospf_default_originate_timer (struct thread *);
|
||||
|
||||
extern int ospf_redistribute_check (struct ospf *, struct external_info *,
|
||||
int *);
|
||||
extern int ospf_distribute_check_connected (struct ospf *,
|
||||
|
Loading…
Reference in New Issue
Block a user