On Tue, Jun 7, 2011 at 5:19 PM, Rémy Oudompheng
<[email protected]> wrote:
> On 2011/6/7 Dan McGee <[email protected]> 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.

It's needed in the subsequent patches that move pm_errno to the
handle; I tried anything to make that one smaller and this was one bit
that could be split out. Barely worth it, I know, but trying every
little bit...

-Dan

Reply via email to