summaryrefslogtreecommitdiffstats
path: root/proto/ospf/neighbor.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-10 14:37:43 +0200
committerOndrej Filip <feela@network.cz>2000-05-10 14:37:43 +0200
commitc7e46aae66861ce282e9b1a0140fa422763094ce (patch)
tree2719cf1b4edaae8a3465f1d278a8dd0ffbd4c715 /proto/ospf/neighbor.h
parent7f5f44bb9248f05f397617f3874feef26bbb0b0b (diff)
downloadbird-c7e46aae66861ce282e9b1a0140fa422763094ce.tar
bird-c7e46aae66861ce282e9b1a0140fa422763094ce.zip
Destroying of neighbor moved from 'hello' to 'neighbor' and
improved.
Diffstat (limited to 'proto/ospf/neighbor.h')
-rw-r--r--proto/ospf/neighbor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/neighbor.h b/proto/ospf/neighbor.h
index 501b965..5deb37a 100644
--- a/proto/ospf/neighbor.h
+++ b/proto/ospf/neighbor.h
@@ -20,5 +20,6 @@ void bdr_election(struct ospf_iface *ifa, struct proto *p);
struct ospf_neighbor *find_neigh(struct ospf_iface *ifa, u32 rid);
struct ospf_neighbor *find_neigh_noifa(struct proto_ospf *po, u32 rid);
struct ospf_area *ospf_find_area(struct proto_ospf *po, u32 aid);
+void neighbor_timer_hook(timer *timer);
#endif /* _BIRD_OSPF_NEIGHBOR_H_ */