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

2011-06-07 Thread Dan McGee
Signed-off-by: Dan McGee --- 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 --- a/lib/libalpm/alpm.h +++ b/lib/libalp

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

2011-06-07 Thread Rémy Oudompheng
On 2011/6/7 Dan McGee 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 char *name) >  { >        alpm_list_t *i, *j, *pkgs = NULL, *ignorelist = NULL; I don't see wher

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 wrote: > On 2011/6/7 Dan McGee 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 char *name) >>  { >>        alpm_li

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 wrote: On 2011/6/7 Dan McGee 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 char *na

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 wrote: > On 08/06/11 08:29, Dan McGee wrote: >> >> On Tue, Jun 7, 2011 at 5:19 PM, Rémy Oudompheng >>  wrote: >>> >>> On 2011/6/7 Dan McGee  wrote: -alpm_list_t SYMEXPORT *alpm_find_grp_pkgs(alpm_list_t *dbs, +alpm_list_t SYMEXPORT *alpm_