summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2021-04-01 22:25:28 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2021-04-03 19:41:02 +0200
commitf28813ec379e91e50e23de7f3990fced1281a061 (patch)
tree42a0769c3b5d29702a6ce30dfeaf0847433f0728 /include
parent31a57f195f1cda03741a18c3393b7bebddaacf1c (diff)
cache: statify chain_cache_dump()
Only used internally in cache.c Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
-rw-r--r--include/cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/cache.h b/include/cache.h
index a892b7fc..087f9ba9 100644
--- a/include/cache.h
+++ b/include/cache.h
@@ -56,7 +56,6 @@ int cache_init(struct netlink_ctx *ctx, unsigned int flags);
int cache_update(struct nft_ctx *nft, unsigned int flags, struct list_head *msgs);
void cache_release(struct nft_cache *cache);
-struct nftnl_chain_list *chain_cache_dump(struct netlink_ctx *ctx, int *err);
void chain_cache_add(struct chain *chain, struct table *table);
struct chain *chain_cache_find(const struct table *table,
const struct handle *handle);