From d1660fd3f38c29739ff36c86c6010d65fb90c608 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Wed, 31 May 2000 14:21:56 +0000 Subject: Sort cleanup in aging. --- proto/ospf/lsalib.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'proto/ospf/lsalib.h') diff --git a/proto/ospf/lsalib.h b/proto/ospf/lsalib.h index f9cc8f3..8dc1561 100644 --- a/proto/ospf/lsalib.h +++ b/proto/ospf/lsalib.h @@ -23,7 +23,6 @@ u16 lsasum_check(struct ospf_lsa_header *h,void *body,struct proto_ospf *po); 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 ospf_area *oa); +void ospf_age(struct ospf_area *oa); #endif /* _BIRD_OSPF_LSALIB_H_ */ -- cgit v1.2.3