Require handle argument to all alpm_trans_*() methods
commit24000b83c9a9ba2f25a46914d2919293dc865a2e
authorDan McGee <dan@archlinux.org>
Tue, 7 Jun 2011 18:29:05 +0000 (7 13:29 -0500)
committerDan McGee <dan@archlinux.org>
Thu, 9 Jun 2011 19:24:45 +0000 (9 14:24 -0500)
treeb3e2a30c19e52ea22a13508ba23a9eab6f9ba60b
parent17a6ac567502975d3a98a34ed58d79c05eb7b8d1
Require handle argument to all alpm_trans_*() methods

Begin enforcing the need to pass a handle. This allows us to remove one
more extern handle declaration from the backend.

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