diff options
author | hasso <hasso> | 2004-11-25 20:54:46 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-11-25 20:54:46 +0000 |
commit | a1691dc4e16df8676770b4c37cda65e6fe0bf8d3 (patch) | |
tree | 1a38a53c4680fada1edb63c1458763dece24d6c5 /ospf6d/ospf6_lsdb.h | |
parent | f1f8b2966cb6d874535519c25e4f00632a2c1c91 (diff) | |
download | quagga-a1691dc4e16df8676770b4c37cda65e6fe0bf8d3.tar.bz2 quagga-a1691dc4e16df8676770b4c37cda65e6fe0bf8d3.tar.xz |
Merge svn revisions 1208, 1222 and 1228 from Zebra cvs.
Diffstat (limited to 'ospf6d/ospf6_lsdb.h')
-rw-r--r-- | ospf6d/ospf6_lsdb.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ospf6d/ospf6_lsdb.h b/ospf6d/ospf6_lsdb.h index d32f78da..6330b91d 100644 --- a/ospf6d/ospf6_lsdb.h +++ b/ospf6d/ospf6_lsdb.h @@ -53,9 +53,12 @@ struct ospf6_lsdb struct ospf6_lsdb *ospf6_lsdb_create (void *data); void ospf6_lsdb_delete (struct ospf6_lsdb *lsdb); -struct ospf6_lsa *ospf6_lsdb_lookup (u_int16_t type, u_int32_t id, - u_int32_t adv_router, - struct ospf6_lsdb *lsdb); +struct ospf6_lsa * +ospf6_lsdb_lookup (u_int16_t type, u_int32_t id, u_int32_t adv_router, + struct ospf6_lsdb *lsdb); +struct ospf6_lsa * +ospf6_lsdb_lookup_next (u_int16_t type, u_int32_t id, + u_int32_t adv_router, struct ospf6_lsdb *lsdb); void ospf6_lsdb_add (struct ospf6_lsa *lsa, struct ospf6_lsdb *lsdb); void ospf6_lsdb_remove (struct ospf6_lsa *lsa, struct ospf6_lsdb *lsdb); |