From 6444ccbaf0c2ff566217eb32e32397868088812f Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Fri, 9 Dec 2016 11:14:06 -0500 Subject: add _alpm_filelist_sort Signed-off-by: Andrew Gregory Signed-off-by: Allan McRae --- lib/libalpm/filelist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/filelist.h') diff --git a/lib/libalpm/filelist.h b/lib/libalpm/filelist.h index b482c43a..c879058d 100644 --- a/lib/libalpm/filelist.h +++ b/lib/libalpm/filelist.h @@ -27,7 +27,7 @@ alpm_list_t *_alpm_filelist_difference(alpm_filelist_t *filesA, alpm_list_t *_alpm_filelist_intersection(alpm_filelist_t *filesA, alpm_filelist_t *filesB); -int _alpm_files_cmp(const void *f1, const void *f2); +void _alpm_filelist_sort(alpm_filelist_t *filelist); #endif /* ALPM_FILELIST_H */ -- cgit v1.2.3-24-g4f1b