Require handle argument to alpm_logaction()
commit7968d30510de5a6031af39da498be5c821290b82
authorDan McGee <dan@archlinux.org>
Tue, 7 Jun 2011 17:41:33 +0000 (7 12:41 -0500)
committerDan McGee <dan@archlinux.org>
Thu, 9 Jun 2011 19:24:45 +0000 (9 14:24 -0500)
tree234c6c99ca5ce0efd5034c4eaedb9b89f1e81686
parente826c143d3e9d21485f72c5490b2a907c936024e
Require handle argument to alpm_logaction()

This is the first in a series of patches to update the API to remove the
implicit global handle variable.

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