summaryrefslogtreecommitdiffstats
path: root/src/expr_ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr_ops.h')
-rw-r--r--src/expr_ops.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/expr_ops.h b/src/expr_ops.h
index 8dc4a09..18edfd1 100644
--- a/src/expr_ops.h
+++ b/src/expr_ops.h
@@ -9,6 +9,10 @@ struct nlattr;
struct nlmsghdr;
struct nft_rule_expr;
+#ifndef XML_PARSING
+#define mxml_node_t void
+#endif
+
struct expr_ops {
char *name;
size_t alloc_len;