aboutsummaryrefslogtreecommitdiff
path: root/sys/netlink/netlink_linux.h
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2024-03-29 20:35:51 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2024-03-29 20:35:51 +0000
commitb977dd1ea5fbc2df3f1279330be4d089322eb2cf (patch)
treec493bfecd79f527ea4fce6feb099c4ed31f15ec4 /sys/netlink/netlink_linux.h
parent9d4a08d162d87ba120f418a1a71facd2c631b549 (diff)
Diffstat (limited to 'sys/netlink/netlink_linux.h')
-rw-r--r--sys/netlink/netlink_linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netlink/netlink_linux.h b/sys/netlink/netlink_linux.h
index 2d9f8d1b7bd6..d4c451d470b2 100644
--- a/sys/netlink/netlink_linux.h
+++ b/sys/netlink/netlink_linux.h
@@ -38,7 +38,7 @@ struct nl_pstate;
struct nl_writer;
typedef bool msgs_to_linux_cb_t(struct nl_writer *nw, struct nlpcb *nlp);
-typedef struct nlmsghdr *msg_from_linux_cb_t(int netlink_family, struct nlmsghdr *hdr,
+typedef int msg_from_linux_cb_t(int netlink_family, struct nlmsghdr **hdr,
struct nl_pstate *npt);
struct linux_netlink_provider {