summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2024-05-29 10:36:33 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2024-05-29 10:36:33 +0000
commit9286ebc39a054d8962931a437c8bc81c2b2ca9ad (patch)
tree45a2e09440aec862d524c5c1b03d35fe5720ef11 /usr.sbin
parenta1ea979dcb8ba7cfb53325d83c4371a460d7d7b7 (diff)
Remove nexthop_compare() prototype.
OK henning@ sthen@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bgpd/rde.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/rde.h b/usr.sbin/bgpd/rde.h
index d0bfb5d2db2..5be48fd4cf6 100644
--- a/usr.sbin/bgpd/rde.h
+++ b/usr.sbin/bgpd/rde.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rde.h,v 1.302 2024/05/22 08:41:14 claudio Exp $ */
+/* $OpenBSD: rde.h,v 1.303 2024/05/29 10:36:32 claudio Exp $ */
/*
* Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org> and
@@ -680,7 +680,6 @@ void nexthop_update(struct kroute_nexthop *);
struct nexthop *nexthop_get(struct bgpd_addr *);
struct nexthop *nexthop_ref(struct nexthop *);
int nexthop_unref(struct nexthop *);
-int nexthop_compare(struct nexthop *, struct nexthop *);
/* rde_update.c */
void up_generate_updates(struct rde_peer *, struct rib_entry *);