From 1ebe6b99ebbe95fac37698f4a9c36572bf30268a Mon Sep 17 00:00:00 2001 From: claudio Date: Wed, 29 May 2024 10:36:32 +0000 Subject: [PATCH] Remove nexthop_compare() prototype. OK henning@ sthen@ --- usr.sbin/bgpd/rde.h | 3 +-- 1 file changed, 1 insertion(+), 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 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 *); -- 2.20.1