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. --- include/libipset/list_sort.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'include/libipset/list_sort.h') diff --git a/include/libipset/list_sort.h b/include/libipset/list_sort.h index 70b1fca..70bb02d 100644 --- a/include/libipset/list_sort.h +++ b/include/libipset/list_sort.h @@ -97,8 +97,7 @@ static inline void list_splice(const struct list_head *list, #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 -- cgit v1.2.3