diff options
| author | hasso <hasso> | 2004-11-25 20:54:46 +0000 | 
|---|---|---|
| committer | hasso <hasso> | 2004-11-25 20:54:46 +0000 | 
| commit | 2680aa2b2b8e87a8af50906dec8ee5a942f8266e (patch) | |
| tree | a8a9acd321152ea80587da2cfa79bfcdd64207b3 /ospf6d/ospf6_lsdb.h | |
| parent | c065230a4c617a1cdf8813dd25384bcc9591f61a (diff) | |
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 d32f78da2f..6330b91d9d 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);  | 
