From: claudio Date: Wed, 2 Mar 2022 14:49:25 +0000 (+0000) Subject: Correct prefix_adjout_destroy() prototype X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1a55a3e755c1c049fba7016cacb57953304be9a6;p=openbsd Correct prefix_adjout_destroy() prototype --- diff --git a/usr.sbin/bgpd/rde.h b/usr.sbin/bgpd/rde.h index a7a8907bf58..1f045cbdaf2 100644 --- a/usr.sbin/bgpd/rde.h +++ b/usr.sbin/bgpd/rde.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rde.h,v 1.245 2022/03/02 14:44:46 claudio Exp $ */ +/* $OpenBSD: rde.h,v 1.246 2022/03/02 14:49:25 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Claudio Jeker and @@ -597,7 +597,7 @@ void prefix_add_eor(struct rde_peer *, uint8_t); int prefix_adjout_update(struct rde_peer *, struct filterstate *, struct bgpd_addr *, int, uint8_t); void prefix_adjout_withdraw(struct prefix *); -void prefix_adjout_destroy(struct prefix *p); +void prefix_adjout_destroy(struct prefix *); void prefix_adjout_dump(struct rde_peer *, void *, void (*)(struct prefix *, void *)); int prefix_dump_new(struct rde_peer *, uint8_t, unsigned int,