diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-03 22:23:41 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-03 22:23:41 +0000 |
commit | a02c6c184b513fe1886c86533e696045e960515b (patch) | |
tree | 6e79323c4653dda8f87aa3b2e84d6233846a3cab /proto/ospf/lsalib.h | |
parent | ad5453b540b3c9d7430dcff9a3674d9db8ab999c (diff) |
Cleanup of code. Some arguments of functions were useless.
Diffstat (limited to 'proto/ospf/lsalib.h')
-rw-r--r-- | proto/ospf/lsalib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsalib.h b/proto/ospf/lsalib.h index 1b8699eb..f9cc8f39 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_ */ |