diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-08 14:42:34 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-08 14:42:34 +0200 |
commit | 6567e6cf5081542dfeb2c1f2493873c4fabb012f (patch) | |
tree | b5c9a8dbbec44a2f9215f051a0e0a3088e7a5ace /proto/ospf/lsalib.c | |
parent | 1632f1fe32b9f13bf7746586bcbad70ffafe4697 (diff) | |
download | bird-6567e6cf5081542dfeb2c1f2493873c4fabb012f.tar bird-6567e6cf5081542dfeb2c1f2493873c4fabb012f.zip |
Missing parameters...
Diffstat (limited to 'proto/ospf/lsalib.c')
-rw-r--r-- | proto/ospf/lsalib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c index 6bf3577..2bfd293 100644 --- a/proto/ospf/lsalib.c +++ b/proto/ospf/lsalib.c @@ -404,7 +404,7 @@ lsa_comp(struct ospf_lsa_header *l1, struct ospf_lsa_header *l2) /** * lsa_install_new - install new LSA into database * @lsa: LSA header - * @body pointer to LSA body + * @body: pointer to LSA body * @oa: current ospf_area * * This function ensures installing new LSA into LSA database. Old instance is |