From 6d1bb466c5b7e8ba91ae2a8566db9a4009fd5d9d Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Wed, 28 Nov 2018 18:45:50 +0100 Subject: Add missing functions to libipset.map Some new functions was not added to libipset.map at the previous release, fix it. --- lib/libipset.map | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/libipset.map') diff --git a/lib/libipset.map b/lib/libipset.map index a2383f3..7a4a33c 100644 --- a/lib/libipset.map +++ b/lib/libipset.map @@ -194,3 +194,11 @@ global: ipset_session_io_stream; ipset_session_io_close; } LIBIPSET_4.7; + +LIBIPSET_4.9 { +global: + ipset_ignored_optname; + list_sort; + ipset_session_report_msg; + ipset_session_report_type; +} LIBIPSET_4.8; -- cgit v1.2.3