summaryrefslogtreecommitdiffstats
path: root/iptables/nft.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2019-05-19 13:04:13 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2019-05-19 18:56:24 +0200
commitf316ad1aa6b0a17ca6961f44f95fc31d0159bc36 (patch)
tree40ef4ba09bbbe7315634ab6659ba2fdd0c7bc35f /iptables/nft.h
parentabe42160ca92b0f140bf0fba80120e583319bc5c (diff)
nft: statify nft_rebuild_cache()
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'iptables/nft.h')
-rw-r--r--iptables/nft.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/iptables/nft.h b/iptables/nft.h
index 8292a292..c137c5c6 100644
--- a/iptables/nft.h
+++ b/iptables/nft.h
@@ -70,7 +70,6 @@ int mnl_talk(struct nft_handle *h, struct nlmsghdr *nlh,
int nft_init(struct nft_handle *h, const struct builtin_table *t);
void nft_fini(struct nft_handle *h);
void nft_build_cache(struct nft_handle *h);
-void nft_rebuild_cache(struct nft_handle *h);
/*
* Operations with tables.