diff options
author | Ondrej Filip <feela@network.cz> | 2000-04-03 22:31:07 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-04-03 22:31:07 +0000 |
commit | 8496b2e41a81f8281da0e0c3e4bbb72a57d3bf21 (patch) | |
tree | cfd9083a1d32d7c77fd7e26a8eb83c84322ec9ea /proto/ospf/neighbor.h | |
parent | 394acced118df7360e480920c65ca260c5b8c44f (diff) |
Minor change in area list. Now I use MJ's lists.
Diffstat (limited to 'proto/ospf/neighbor.h')
-rw-r--r-- | proto/ospf/neighbor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/neighbor.h b/proto/ospf/neighbor.h index 26992cac..64b163a4 100644 --- a/proto/ospf/neighbor.h +++ b/proto/ospf/neighbor.h @@ -18,5 +18,6 @@ void tryadj(struct ospf_neighbor *n, struct proto *p); void ospf_neigh_sm(struct ospf_neighbor *n, int event); void bdr_election(struct ospf_iface *ifa, struct proto *p); struct ospf_neighbor *find_neigh(struct ospf_iface *ifa, u32 rid); +struct ospf_area *ospf_find_area(struct proto_ospf *po, u32 aid); #endif /* _BIRD_OSPF_NEIGHBOR_H_ */ |