From 8ad4056e9182a03cf160b045532f0569d6b79c22 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sun, 2 Jan 2022 21:39:03 +0100 Subject: erec: expose print_location() and line_location() Add a few helper functions to reuse code in the new rule optimization infrastructure. Signed-off-by: Pablo Neira Ayuso --- include/rule.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/rule.h') diff --git a/include/rule.h b/include/rule.h index be316956..15057664 100644 --- a/include/rule.h +++ b/include/rule.h @@ -311,7 +311,6 @@ void rule_stmt_append(struct rule *rule, struct stmt *stmt); void rule_stmt_insert_at(struct rule *rule, struct stmt *nstmt, struct stmt *stmt); - /** * struct set - nftables set * -- cgit v1.2.3