summaryrefslogtreecommitdiffstats
path: root/include/nftables.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2017-08-24 17:56:38 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2017-08-24 19:27:51 +0200
commitd3d56d0fe1856b7fe27584eb90e8349e883cd56b (patch)
treec9c2a96fa517caaed4fc3c4f2ade222fee8c7d7d /include/nftables.h
parent07af227be805e83b5f45248d1fc544092b307be5 (diff)
src: call nft_init() and nft_exit() from context routines
So we don't forget all these caches should be placed into struct nft_ctx. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/nftables.h')
-rw-r--r--include/nftables.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/nftables.h b/include/nftables.h
index b55e1440..256b06ee 100644
--- a/include/nftables.h
+++ b/include/nftables.h
@@ -135,13 +135,11 @@ void realm_table_rt_init(void);
void devgroup_table_init(void);
void realm_table_meta_init(void);
void xt_init(void);
-void nft_init(void);
void ct_label_table_exit(void);
void mark_table_exit(void);
void realm_table_meta_exit(void);
void devgroup_table_exit(void);
void realm_table_rt_exit(void);
-void nft_exit(void);
#endif /* NFTABLES_NFTABLES_H */