summaryrefslogtreecommitdiffstats
path: root/lib/libipset.map
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@netfilter.org>2021-07-28 16:02:49 +0200
committerJozsef Kadlecsik <kadlec@netfilter.org>2021-07-28 16:02:49 +0200
commit8a0df0c759cf9f0ca6f0cfa512ebf4832fd73729 (patch)
tree4b9405b530e43d372989372a0073b88e9fbbd408 /lib/libipset.map
parent964924263bb7ecb38c452165af16d4ddf5a726f8 (diff)
Add missing function to libipset.map and bump library version
A new function was not added to libipset.map at the previous release, fix it. Reported by Jan Engelhardt. Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
Diffstat (limited to 'lib/libipset.map')
-rw-r--r--lib/libipset.map5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libipset.map b/lib/libipset.map
index 12d16a4..c380f9c 100644
--- a/lib/libipset.map
+++ b/lib/libipset.map
@@ -208,3 +208,8 @@ global:
ipset_print_hexnumber;
} LIBIPSET_4.9;
+LIBIPSET_4.11 {
+global:
+ ipset_xlate_argv;
+} LIBIPSET_4.10;
+