From 3794cb9a538242f750665827b9dee1410473340f Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Mon, 21 Nov 2022 13:37:38 +0100 Subject: Add new ipset_parse_bitmask() function to the library interface. --- lib/libipset.map | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/libipset.map') diff --git a/lib/libipset.map b/lib/libipset.map index c380f9c..c69b738 100644 --- a/lib/libipset.map +++ b/lib/libipset.map @@ -213,3 +213,7 @@ global: ipset_xlate_argv; } LIBIPSET_4.10; +LIBIPSET_4.12 { +global: + ipset_parse_bitmask; +} LIBIPSET_4.10; -- cgit v1.2.3