From: Jozsef Kadlecsik Date: Mon, 21 Nov 2022 12:37:38 +0000 (+0100) Subject: Add new ipset_parse_bitmask() function to the library interface. X-Git-Tag: v7.16~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3794cb9a538242f750665827b9dee1410473340f;p=thirdparty%2Fipset.git Add new ipset_parse_bitmask() function to the library interface. --- diff --git a/Make_global.am b/Make_global.am index ed92cfec..9ba6adf2 100644 --- a/Make_global.am +++ b/Make_global.am @@ -69,7 +69,7 @@ # interface. # curr:rev:age -LIBVERSION = 16:0:3 +LIBVERSION = 17:0:4 AM_CPPFLAGS = $(kinclude_CFLAGS) $(all_includes) -I$(top_srcdir)/include diff --git a/lib/libipset.map b/lib/libipset.map index c380f9cd..c69b7383 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;