From: Donald Sharp Date: Mon, 24 Mar 2025 14:27:20 +0000 (-0400) Subject: eigrpd: Remove unneeded function declaration X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=a1d3b2b04ee9520002f21796c79c91e90f395c2b;p=matthieu%2Ffrr.git eigrpd: Remove unneeded function declaration Signed-off-by: Donald Sharp --- diff --git a/eigrpd/eigrp_neighbor.h b/eigrpd/eigrp_neighbor.h index 17e8a8edc9..8a13ccfe67 100644 --- a/eigrpd/eigrp_neighbor.h +++ b/eigrpd/eigrp_neighbor.h @@ -26,8 +26,6 @@ extern void eigrp_nbr_delete(struct eigrp_neighbor *neigh); extern void holddown_timer_expired(struct event *thread); -extern int eigrp_neighborship_check(struct eigrp_neighbor *neigh, - struct TLV_Parameter_Type *tlv); extern void eigrp_nbr_state_update(struct eigrp_neighbor *neigh); extern void eigrp_nbr_state_set(struct eigrp_neighbor *neigh, uint8_t state); extern uint8_t eigrp_nbr_state_get(struct eigrp_neighbor *neigh);