]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
src: fix nft_ctx_clear_include_paths in libnftables.map
authorPablo Neira Ayuso <pablo@netfilter.org>
Sat, 24 Jul 2021 10:04:57 +0000 (12:04 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 24 Jul 2021 10:05:14 +0000 (12:05 +0200)
There a typo that prevents exposing the function as API.

Fixes: 16543a0136c0 ("libnftables: export public symbols only")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/libnftables.map

index c0185349ede4815bb103276acb35caefaa4ea3ab..46d64a38e6e08d2b4e6bec4c474eb76478bdedfe 100644 (file)
@@ -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;