summaryrefslogtreecommitdiffstats
path: root/include/libnftables/rule.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnftables/rule.h')
-rw-r--r--include/libnftables/rule.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libnftables/rule.h b/include/libnftables/rule.h
index 09d4637..a501d2d 100644
--- a/include/libnftables/rule.h
+++ b/include/libnftables/rule.h
@@ -39,6 +39,8 @@ uint64_t nft_rule_attr_get_u64(const struct nft_rule *r, uint16_t attr);
void nft_rule_add_expr(struct nft_rule *r, struct nft_rule_expr *expr);
+struct nlmsghdr;
+
void nft_rule_nlmsg_build_payload(struct nlmsghdr *nlh, struct nft_rule *t);
enum {