diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libipset/list_sort.h | 7 |
1 files changed, 3 insertions, 4 deletions
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 |