From c89fbc25102d126aa957e8a99d9ceb6ceaaf0193 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sat, 24 Jul 2021 12:04:57 +0200 Subject: src: fix nft_ctx_clear_include_paths in libnftables.map There a typo that prevents exposing the function as API. Fixes: 16543a0136c0 ("libnftables: export public symbols only") Signed-off-by: Pablo Neira Ayuso --- src/libnftables.map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libnftables.map') diff --git a/src/libnftables.map b/src/libnftables.map index c0185349..46d64a38 100644 --- a/src/libnftables.map +++ b/src/libnftables.map @@ -1,7 +1,7 @@ LIBNFTABLES_1 { global: nft_ctx_add_include_path; - nft_ctx_clear_include_pat; + nft_ctx_clear_include_paths; nft_ctx_new; nft_ctx_buffer_output; nft_ctx_unbuffer_output; -- cgit v1.2.3