summaryrefslogtreecommitdiffstats
path: root/proto/ospf/neighbor.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-07 23:46:22 +0200
committerOndrej Filip <feela@network.cz>2000-06-07 23:46:22 +0200
commit7ab3ff6a287d6adc8f1d371d9da1504de502c8a6 (patch)
treefb036503aa4b828062fa2e297fc1a47b5d3f32b5 /proto/ospf/neighbor.h
parentcadbb827f99fc24da9227dce545aa1185bab7916 (diff)
downloadbird-7ab3ff6a287d6adc8f1d371d9da1504de502c8a6.tar
bird-7ab3ff6a287d6adc8f1d371d9da1504de502c8a6.zip
Doc in neighbor.c and some tiny changes related to.
Diffstat (limited to 'proto/ospf/neighbor.h')
-rw-r--r--proto/ospf/neighbor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/ospf/neighbor.h b/proto/ospf/neighbor.h
index 4f2a4c9..f68c69a 100644
--- a/proto/ospf/neighbor.h
+++ b/proto/ospf/neighbor.h
@@ -1,7 +1,7 @@
/*
* BIRD -- OSPF
*
- * (c) 1999 Ondrej Filip <feela@network.cz>
+ * (c) 1999 - 2000 Ondrej Filip <feela@network.cz>
*
* Can be freely distributed and used under the terms of the GNU GPL.
*
@@ -16,7 +16,7 @@ struct ospf_neighbor *electdr(list nl);
int can_do_adj(struct ospf_neighbor *n);
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);
+void bdr_election(struct ospf_iface *ifa);
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);