From: claudio Date: Wed, 29 May 2024 10:36:32 +0000 (+0000) Subject: Remove nexthop_compare() prototype. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1ebe6b99ebbe95fac37698f4a9c36572bf30268a;p=openbsd Remove nexthop_compare() prototype. OK henning@ sthen@ --- 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 *);