summaryrefslogtreecommitdiffstats
path: root/include/ct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ct.h')
-rw-r--r--include/ct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ct.h b/include/ct.h
index 67718c84..64366ab7 100644
--- a/include/ct.h
+++ b/include/ct.h
@@ -25,5 +25,6 @@ struct ct_template {
extern struct expr *ct_expr_alloc(const struct location *loc,
enum nft_ct_keys key);
+extern void ct_expr_update_type(struct proto_ctx *ctx, struct expr *expr);
#endif /* NFTABLES_CT_H */