From a8807299efe609a60e10dd8688bd849c510fb792 Mon Sep 17 00:00:00 2001 From: Philippe Guibert Date: Mon, 29 Mar 2021 21:25:43 +0200 Subject: [PATCH] nhrpd: remove useless typedef this typedef was useless. remote it. Signed-off-by: Philippe Guibert --- nhrpd/netlink_arp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/nhrpd/netlink_arp.c b/nhrpd/netlink_arp.c index 8eab7cd54d..ecea0a9ec5 100644 --- a/nhrpd/netlink_arp.c +++ b/nhrpd/netlink_arp.c @@ -29,7 +29,6 @@ int netlink_req_fd = -1; int netlink_nflog_group; static int netlink_log_fd = -1; static struct thread *netlink_log_thread; -typedef void (*netlink_dispatch_f)(struct nlmsghdr *msg, struct zbuf *zb); void netlink_update_binding(struct interface *ifp, union sockunion *proto, union sockunion *nbma) -- 2.39.5