Some new functions was not added to libipset.map at the previous
release, fix it.
# interface.
# curr:rev:age
-LIBVERSION = 13:0:0
+LIBVERSION = 14:0:1
AM_CPPFLAGS = $(kinclude_CFLAGS) $(all_includes) -I$(top_srcdir)/include
#define unlikely(x) (!!(x) == 0)
#endif
-extern void
-list_sort(void *priv, struct list_head *head,
- int (*cmp)(void *priv, struct list_head *a,
- struct list_head *b));
+extern void list_sort(void *priv, struct list_head *head,
+ int (*cmp)(void *priv, struct list_head *a,
+ struct list_head *b));
#endif
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;