summaryrefslogtreecommitdiff
path: root/lib/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/table.h')
-rw-r--r--lib/table.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/table.h b/lib/table.h
index acfc876154..c31be2b688 100644
--- a/lib/table.h
+++ b/lib/table.h
@@ -195,10 +195,6 @@ extern struct route_node *route_node_lookup_maynull(struct route_table *table,
union prefixconstptr pu);
extern struct route_node *route_node_match(struct route_table *table,
union prefixconstptr pu);
-extern struct route_node *route_node_match_ipv4(struct route_table *table,
- const struct in_addr *addr);
-extern struct route_node *route_node_match_ipv6(struct route_table *table,
- const struct in6_addr *addr);
extern unsigned long route_table_count(struct route_table *table);