From 18a0c0bb763d918f3a06bfeb2be2b1051a7f4629 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 16 May 2000 23:59:38 +0000 Subject: Downing of interface should work. --- proto/ospf/neighbor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/ospf/neighbor.h') diff --git a/proto/ospf/neighbor.h b/proto/ospf/neighbor.h index 5deb37a..98761fe 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_ */ -- cgit v1.2.3