summaryrefslogtreecommitdiff
path: root/proto/ospf/neighbor.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-16 23:59:38 +0000
committerOndrej Filip <feela@network.cz>2000-05-16 23:59:38 +0000
commit18a0c0bb763d918f3a06bfeb2be2b1051a7f4629 (patch)
tree985893b7945b24a57682f585bd6cfa4efd8161c7 /proto/ospf/neighbor.h
parent8fb0c2c298fbfa133cf783a1547bc3b1c84fe466 (diff)
Downing of interface should work.
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 5deb37a6..98761fe0 100644
--- a/proto/ospf/neighbor.h
+++ b/proto/ospf/neighbor.h
@@ -21,5 +21,6 @@ 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);
+void ospf_neigh_remove(struct ospf_neighbor *n);
#endif /* _BIRD_OSPF_NEIGHBOR_H_ */