From 9286ebc39a054d8962931a437c8bc81c2b2ca9ad Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Wed, 29 May 2024 10:36:33 +0000 Subject: Remove nexthop_compare() prototype. OK henning@ sthen@ --- usr.sbin/bgpd/rde.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin') 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 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 *); -- cgit v1.2.3