summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2017-09-27 17:07:21 +0200
committerFlorian Westphal <fw@strlen.de>2017-09-27 17:08:46 +0200
commit25831cdef94b4b86d12e3eec134dd029c37c479e (patch)
treebe15f5bc4cf1a7eb1dea63e6cb8408f75a57d4a3 /include
parentda06a74244cbe4b02431ea2c34b8299f3562c9ff (diff)
src: ct: remove unused functions
since commit b0c2606ed02fed828ab7c34227e355f5542bc925 ("parser_bison: use keywords in ct expression") we no longer abuse string for this, so there are no users of these helpers anymore. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'include')
-rw-r--r--include/ct.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ct.h b/include/ct.h
index becd09c6..895a6ee3 100644
--- a/include/ct.h
+++ b/include/ct.h
@@ -27,10 +27,6 @@ extern struct expr *ct_expr_alloc(const struct location *loc,
enum nft_ct_keys key, int8_t direction);
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);
extern struct error_record *ct_objtype_parse(const struct location *loc, const char *str, int *type);
extern struct stmt *notrack_stmt_alloc(const struct location *loc);