[pacman-dev] [PATCH 09/13] Require handle for alpm_find_grp_pkgs()

2011-06-07 Thread Dan McGee
Signed-off-by: Dan McGee d...@archlinux.org --- lib/libalpm/alpm.h |3 ++- lib/libalpm/sync.c |5 +++-- src/pacman/sync.c |2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 821f2fa..c493245 100644 ---

Re: [pacman-dev] [PATCH 09/13] Require handle for alpm_find_grp_pkgs()

2011-06-07 Thread Dan McGee
On Tue, Jun 7, 2011 at 5:19 PM, Rémy Oudompheng remyoudomph...@gmail.com wrote: On 2011/6/7 Dan McGee d...@archlinux.org wrote: -alpm_list_t SYMEXPORT *alpm_find_grp_pkgs(alpm_list_t *dbs, +alpm_list_t SYMEXPORT *alpm_find_grp_pkgs(pmhandle_t *handle, alpm_list_t *dbs,                const

Re: [pacman-dev] [PATCH 09/13] Require handle for alpm_find_grp_pkgs()

2011-06-07 Thread Allan McRae
On 08/06/11 08:29, Dan McGee wrote: On Tue, Jun 7, 2011 at 5:19 PM, Rémy Oudompheng remyoudomph...@gmail.com wrote: On 2011/6/7 Dan McGeed...@archlinux.org wrote: -alpm_list_t SYMEXPORT *alpm_find_grp_pkgs(alpm_list_t *dbs, +alpm_list_t SYMEXPORT *alpm_find_grp_pkgs(pmhandle_t *handle,

Re: [pacman-dev] [PATCH 09/13] Require handle for alpm_find_grp_pkgs()

2011-06-07 Thread Dan McGee
On Tue, Jun 7, 2011 at 6:38 PM, Allan McRae al...@archlinux.org wrote: On 08/06/11 08:29, Dan McGee wrote: On Tue, Jun 7, 2011 at 5:19 PM, Rémy Oudompheng remyoudomph...@gmail.com  wrote: On 2011/6/7 Dan McGeed...@archlinux.org  wrote: -alpm_list_t SYMEXPORT *alpm_find_grp_pkgs(alpm_list_t