From 55a7558bb2c86e650809610e976e9d5192fe4e7e Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 18 Oct 2019 00:09:01 +0200 Subject: xtables-restore: Drop chain_list callback Since commit 0baa08fed43fa ("xtables: unify user chain add/flush for restore case") it is not used anymore, so just drop it. Signed-off-by: Phil Sutter Acked-by: Pablo Neira Ayuso --- iptables/nft-shared.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'iptables/nft-shared.h') diff --git a/iptables/nft-shared.h b/iptables/nft-shared.h index b062f3e5..8b073b18 100644 --- a/iptables/nft-shared.h +++ b/iptables/nft-shared.h @@ -243,8 +243,6 @@ struct nftnl_chain_list; struct nft_xt_restore_cb { void (*table_new)(struct nft_handle *h, const char *table); - struct nftnl_chain_list *(*chain_list)(struct nft_handle *h, - const char *table); int (*chain_set)(struct nft_handle *h, const char *table, const char *chain, const char *policy, const struct xt_counters *counters); -- cgit v1.2.3