summaryrefslogtreecommitdiffstats
path: root/src/ct.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ct.c')
-rw-r--r--src/ct.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ct.c b/src/ct.c
index 14cc0e5e..c66b327a 100644
--- a/src/ct.c
+++ b/src/ct.c
@@ -171,7 +171,8 @@ static void ct_label_type_print(const struct expr *expr,
nft_print(octx, "%lu", bit);
}
-static struct error_record *ct_label_type_parse(const struct expr *sym,
+static struct error_record *ct_label_type_parse(struct parse_ctx *ctx,
+ const struct expr *sym,
struct expr **res)
{
const struct symbolic_constant *s;