summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/filelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libalpm/filelist.h')
-rw-r--r--lib/libalpm/filelist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libalpm/filelist.h b/lib/libalpm/filelist.h
index a74bdea0..c879058d 100644
--- a/lib/libalpm/filelist.h
+++ b/lib/libalpm/filelist.h
@@ -1,7 +1,7 @@
/*
* filelist.h
*
- * Copyright (c) 2012-2016 Pacman Development Team <pacman-dev@archlinux.org>
+ * Copyright (c) 2012-2017 Pacman Development Team <pacman-dev@archlinux.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -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 */