summaryrefslogtreecommitdiffstats
path: root/include/rt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rt.h')
-rw-r--r--include/rt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rt.h b/include/rt.h
index 728cf5f0..9828e634 100644
--- a/include/rt.h
+++ b/include/rt.h
@@ -30,4 +30,6 @@ extern struct expr *rt_expr_alloc(const struct location *loc,
enum nft_rt_keys key, bool invalid);
extern void rt_expr_update_type(struct proto_ctx *ctx, struct expr *expr);
+extern const struct datatype realm_type;
+
#endif /* NFTABLES_RT_H */