From d844fa06e43bc80487acfe5647cef4d4994c95fd Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 4 Jul 2013 14:50:22 +0200 Subject: src: consolidate XML parsing of expressions via nft_mxml_expr_parse Move common code for XML parsing of expressions to the new nft_mxml_expr_parse function. This patch reduces the XML parsing code in 300 LOC. Signed-off-by: Pablo Neira Ayuso --- include/libnftables/expr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libnftables/expr.h') diff --git a/include/libnftables/expr.h b/include/libnftables/expr.h index b7d408b..02f38d0 100644 --- a/include/libnftables/expr.h +++ b/include/libnftables/expr.h @@ -31,6 +31,8 @@ uint32_t nft_rule_expr_get_u32(const struct nft_rule_expr *expr, uint16_t type); uint64_t nft_rule_expr_get_u64(const struct nft_rule_expr *expr, uint16_t type); const char *nft_rule_expr_get_str(const struct nft_rule_expr *expr, uint16_t type); +struct nlmsghdr; + void nft_rule_expr_build_payload(struct nlmsghdr *nlh, struct nft_rule_expr *expr); int nft_rule_expr_snprintf(char *buf, size_t buflen, struct nft_rule_expr *expr, uint32_t type, uint32_t flags); -- cgit v1.2.3