summaryrefslogtreecommitdiffstats
path: root/include/libnftables
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnftables')
-rw-r--r--include/libnftables/expr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libnftables/expr.h b/include/libnftables/expr.h
index 2478998..0592977 100644
--- a/include/libnftables/expr.h
+++ b/include/libnftables/expr.h
@@ -27,8 +27,6 @@ uint32_t nft_rule_expr_get_u32(struct nft_rule_expr *expr, uint16_t type);
uint64_t nft_rule_expr_get_u64(struct nft_rule_expr *expr, uint16_t type);
const char *nft_rule_expr_get_str(struct nft_rule_expr *expr, uint16_t type);
-struct list_head *nft_rule_expr_list_head(struct nft_rule_expr *expr);
-
void nft_rule_expr_build_payload(struct nlmsghdr *nlh, struct nft_rule_expr *expr);
enum {