index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2011-05-05 11:07:19 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2011-05-05 11:12:46 +1000 |
commit | 500a6f576d56c3152567df6c740998439b0e33b2 (patch) | |
tree | e7babd522feb9f2da9fcff39b724d5331aaeeba5 /lib | |
parent | 73553e60ec66484cdc2734eba3494d9a49eb3b70 (diff) |
-rw-r--r-- | lib/libalpm/package.c | 2 |
diff --git a/lib/libalpm/package.c b/lib/libalpm/package.c index 7b93c181..990f532d 100644 --- a/lib/libalpm/package.c +++ b/lib/libalpm/package.c @@ -116,7 +116,7 @@ static void *_pkg_changelog_open(pmpkg_t UNUSED *pkg) return NULL; } -static size_t _pkg_changelog_read(void UNUSED *ptr, size_t UNUSEDsize, +static size_t _pkg_changelog_read(void UNUSED *ptr, size_t UNUSED size, const pmpkg_t UNUSED *pkg, const UNUSED void *fp) { return 0; |