From a02c6c184b513fe1886c86533e696045e960515b Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Wed, 3 May 2000 22:23:41 +0000 Subject: Cleanup of code. Some arguments of functions were useless. --- proto/ospf/lsalib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/lsalib.h') 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_ */ -- cgit v1.2.3