From f28813ec379e91e50e23de7f3990fced1281a061 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 1 Apr 2021 22:25:28 +0200 Subject: cache: statify chain_cache_dump() Only used internally in cache.c Signed-off-by: Pablo Neira Ayuso --- include/cache.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3