summaryrefslogtreecommitdiffstats
path: root/proto/ospf/neighbor.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-17 01:59:38 +0200
committerOndrej Filip <feela@network.cz>2000-05-17 01:59:38 +0200
commit18a0c0bb763d918f3a06bfeb2be2b1051a7f4629 (patch)
tree985893b7945b24a57682f585bd6cfa4efd8161c7 /proto/ospf/neighbor.h
parent8fb0c2c298fbfa133cf783a1547bc3b1c84fe466 (diff)
downloadbird-18a0c0bb763d918f3a06bfeb2be2b1051a7f4629.tar
bird-18a0c0bb763d918f3a06bfeb2be2b1051a7f4629.zip
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 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_ */