diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2016-12-09 11:14:06 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2017-01-04 13:59:15 +1000 |
commit | 6444ccbaf0c2ff566217eb32e32397868088812f (patch) | |
tree | 9405b1b579cab92b67a45a2399d6746cd948e8e8 /lib/libalpm/filelist.h | |
parent | 585bd89803a37380f51d625115b58db4012f4df3 (diff) | |
download | pacman-6444ccbaf0c2ff566217eb32e32397868088812f.tar.xz |
add _alpm_filelist_sort
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/filelist.h')
-rw-r--r-- | lib/libalpm/filelist.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |