index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/alpm.h | 2 |
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index cd124e5f..d180fcad 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -901,8 +901,6 @@ void *alpm_pkg_changelog_open(alpm_pkg_t *pkg); size_t alpm_pkg_changelog_read(void *ptr, size_t size, const alpm_pkg_t *pkg, const void *fp); -/*int alpm_pkg_changelog_feof(const alpm_pkg_t *pkg, void *fp);*/ - int alpm_pkg_changelog_close(const alpm_pkg_t *pkg, void *fp); /** Returns whether the package has an install scriptlet. |