summaryrefslogtreecommitdiffstats
path: root/include/ct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ct.h')
-rw-r--r--include/ct.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ct.h b/include/ct.h
index 945fcc4d..0aeeed60 100644
--- a/include/ct.h
+++ b/include/ct.h
@@ -29,4 +29,6 @@ extern void ct_expr_update_type(struct proto_ctx *ctx, struct expr *expr);
extern struct error_record *ct_dir_parse(const struct location *loc,
const char *str, int8_t *dir);
+extern struct error_record *ct_key_parse(const struct location *loc, const char *str,
+ unsigned int *key);
#endif /* NFTABLES_CT_H */