summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsalib.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-04 00:23:41 +0200
committerOndrej Filip <feela@network.cz>2000-05-04 00:23:41 +0200
commita02c6c184b513fe1886c86533e696045e960515b (patch)
tree6e79323c4653dda8f87aa3b2e84d6233846a3cab /proto/ospf/lsalib.h
parentad5453b540b3c9d7430dcff9a3674d9db8ab999c (diff)
downloadbird-a02c6c184b513fe1886c86533e696045e960515b.tar
bird-a02c6c184b513fe1886c86533e696045e960515b.zip
Cleanup of code. Some arguments of functions were useless.
Diffstat (limited to 'proto/ospf/lsalib.h')
-rw-r--r--proto/ospf/lsalib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsalib.h b/proto/ospf/lsalib.h
index 1b8699e..f9cc8f3 100644
--- a/proto/ospf/lsalib.h
+++ b/proto/ospf/lsalib.h
@@ -24,6 +24,6 @@ int lsa_comp(struct ospf_lsa_header *l1, struct ospf_lsa_header *l2);
struct top_hash_entry *lsa_install_new(struct ospf_lsa_header *lsa, void *body,
struct ospf_area *oa, struct proto *p);
void ospf_age(struct top_hash_entry *en, bird_clock_t delta, int flush,
- struct proto *p);
+ struct ospf_area *oa);
#endif /* _BIRD_OSPF_LSALIB_H_ */