diff options
Diffstat (limited to 'ospfd/ospf_lsdb.h')
-rw-r--r-- | ospfd/ospf_lsdb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ospfd/ospf_lsdb.h b/ospfd/ospf_lsdb.h index dba1236a..302dddea 100644 --- a/ospfd/ospf_lsdb.h +++ b/ospfd/ospf_lsdb.h @@ -78,7 +78,5 @@ unsigned long ospf_lsdb_count_all (struct ospf_lsdb *); unsigned long ospf_lsdb_count (struct ospf_lsdb *, int); unsigned long ospf_lsdb_count_self (struct ospf_lsdb *, int); unsigned long ospf_lsdb_isempty (struct ospf_lsdb *); -struct ospf_lsa *foreach_lsa (struct route_table *, void *, int, - int (*callback) (struct ospf_lsa *, void *, int)); #endif /* _ZEBRA_OSPF_LSDB_H */ |