From: Louis Scalbert Date: Thu, 11 Jan 2024 10:38:11 +0000 (+0100) Subject: nhrpd: remove netlink_configure_arp declaration X-Git-Tag: base_10.0~85^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=6a44127597d05a7f8ea4d544ee90bcafa97adda0;p=matthieu%2Ffrr.git nhrpd: remove netlink_configure_arp declaration Remove the unused netlink_configure_arp() declaration. Signed-off-by: Louis Scalbert --- diff --git a/nhrpd/netlink.h b/nhrpd/netlink.h index 7a3029b6c1..33af1a02c1 100644 --- a/nhrpd/netlink.h +++ b/nhrpd/netlink.h @@ -11,7 +11,6 @@ extern int netlink_nflog_group; extern int netlink_mcast_nflog_group; -int netlink_configure_arp(unsigned int ifindex, int pf); void netlink_update_binding(struct interface *ifp, union sockunion *proto, union sockunion *nbma); void netlink_set_nflog_group(int nlgroup);