summaryrefslogtreecommitdiffstats
path: root/include/rule.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2022-01-02 21:39:03 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2022-01-15 18:11:22 +0100
commit8ad4056e9182a03cf160b045532f0569d6b79c22 (patch)
treeab0d7cc05ab2068696897c2480149bd84ccdc3b7 /include/rule.h
parent70d05dc511d570b202cdca59c8260650b812b77b (diff)
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 <pablo@netfilter.org>
Diffstat (limited to 'include/rule.h')
-rw-r--r--include/rule.h1
1 files changed, 0 insertions, 1 deletions
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
*