summaryrefslogtreecommitdiffstats
path: root/include/meta.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/meta.h')
-rw-r--r--include/meta.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/meta.h b/include/meta.h
index 459221fb..23f78cf1 100644
--- a/include/meta.h
+++ b/include/meta.h
@@ -25,5 +25,7 @@ struct meta_template {
extern struct expr *meta_expr_alloc(const struct location *loc,
enum nft_meta_keys key);
+extern void meta_expr_pctx_update(struct proto_ctx *ctx,
+ const struct expr *expr);
#endif /* NFTABLES_META_H */