From 218cfef6c1483c1bd4bdc85665fa6e08b9f49f08 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sun, 20 Jan 2013 21:40:44 +0100 Subject: chain: add nft_chain_list_del Signed-off-by: Pablo Neira Ayuso --- src/libnftables.map | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libnftables.map') diff --git a/src/libnftables.map b/src/libnftables.map index 9715c49..dbbe243 100644 --- a/src/libnftables.map +++ b/src/libnftables.map @@ -35,6 +35,7 @@ global: nft_chain_list_alloc; nft_chain_list_free; nft_chain_list_add; + nft_chain_list_del; nft_chain_list_iter_create; nft_chain_list_iter_next; nft_chain_list_iter_destroy; -- cgit v1.2.3