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

Rémy Oudompheng remyoudompheng at gmail.com
Tue Jun 7 18:19:50 EDT 2011


On 2011/6/7 Dan McGee <dan at 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 char *name)
>  {
>        alpm_list_t *i, *j, *pkgs = NULL, *ignorelist = NULL;

I don't see where the handle is needed in this function.

Rémy.


More information about the pacman-dev mailing list