summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsalib.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-08 00:31:47 +0200
committerOndrej Filip <feela@network.cz>2000-06-08 00:31:47 +0200
commite9ab0b4212dc0939d782c991c86c362e09eb279f (patch)
treec3f963af420cbc13a847bd52344930396c65a4e5 /proto/ospf/lsalib.h
parentd5e4b51865c9532a9b886e942d30bb64dc87a675 (diff)
downloadbird-e9ab0b4212dc0939d782c991c86c362e09eb279f.tar
bird-e9ab0b4212dc0939d782c991c86c362e09eb279f.zip
Doc in lsalib.c + related minor changes.
Diffstat (limited to 'proto/ospf/lsalib.h')
-rw-r--r--proto/ospf/lsalib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/ospf/lsalib.h b/proto/ospf/lsalib.h
index 4c74bc4..5722e8e 100644
--- a/proto/ospf/lsalib.h
+++ b/proto/ospf/lsalib.h
@@ -1,7 +1,7 @@
/*
* BIRD -- OSPF
*
- * (c) 2000 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.
*
@@ -22,7 +22,7 @@ u16 lsasum_check(struct ospf_lsa_header *h,void *body,struct proto_ospf *po);
#define CMP_OLDER -1
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);
+ struct ospf_area *oa);
void ospf_age(struct ospf_area *oa);
void flush_lsa(struct top_hash_entry *en, struct ospf_area *oa);