summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/pkghash.h
AgeCommit message (Collapse)AuthorFilesLines
2011-02-25alpm: remove public visibility of pmpkghash_tDave Reisner1-0/+2
There's no API functions exposed which allow manipulation of this type, so remove it from public view. Also, rename the public and private alpm_db_get_pkgcache symbol to alpm_db_get_pkgcache_has. Signed-off-by: Dave Reisner <d@falconindy.com> Signed-off-by: Dan McGee <dan@archlinux.org>
2011-02-04Actually remove packages from pkghash on removalAllan McRae1-1/+1
Fully removes a package from the hash. Also unify prototype with removal from an alpm_list_t, fixing issues when removing a package from the pkgcache. Signed-off-by: Allan McRae <allan@archlinux.org>
2011-02-04Add a hash table for holding packagesAllan McRae1-0/+58
Signed-off-by: Allan McRae <allan@archlinux.org>