summaryrefslogtreecommitdiffstats
path: root/include/libnftables/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnftables/common.h')
-rw-r--r--include/libnftables/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libnftables/common.h b/include/libnftables/common.h
index 2283d72..9cd92b2 100644
--- a/include/libnftables/common.h
+++ b/include/libnftables/common.h
@@ -13,4 +13,8 @@ enum nft_parse_type {
NFT_PARSE_JSON,
NFT_PARSE_MAX,
};
+
+struct nlmsghdr *nft_nlmsg_build_hdr(char *buf, uint16_t cmd, uint16_t family,
+ uint16_t type, uint32_t seq);
+
#endif