From c992153402c78d91e8beba791171bced21c62d3f Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Wed, 27 Jul 2016 14:34:53 +0200 Subject: ct: allow resolving ct keys at run time ... and remove those keywords we no longer need. Signed-off-by: Florian Westphal Acked-by: Pablo Neira Ayuso --- include/ct.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/ct.h') 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 */ -- cgit v1.2.3