Make pmfileconflict_t type public
commitbdf00d3dbd19c3def6127f3d372d630930a26abb
authorDan McGee <dan@archlinux.org>
Thu, 16 Jun 2011 16:27:44 +0000 (16 11:27 -0500)
committerDan McGee <dan@archlinux.org>
Thu, 16 Jun 2011 16:57:06 +0000 (16 11:57 -0500)
treea6265c2db858d1981c2f8ddc7a394ee3416279e8
parent1cd6515af0ae5d1c3dabd30749a37cfefa7dc4f5
Make pmfileconflict_t type public

This removes the need to write accessor methods for every type we have,
and simplifies the API. Any type that doesn't need magic* can be
converted in this fashion to make it easier for frontend applications to
use, as well as make it less of a pain to introduce new such structs in
the future.

* "magic" meaning something like pmpkg_t where values can be lazy loaded.

Signed-off-by: Dan McGee <dan@archlinux.org>
lib/libalpm/alpm.h
lib/libalpm/conflict.c
lib/libalpm/conflict.h
src/pacman/sync.c
src/pacman/upgrade.c