[Rpm-maint] [rpm-software-management/rpm] Add a rpmKeyring iterator (PR #3365)
Florian Festi
notifications at github.com
Thu Oct 10 14:05:21 UTC 2024
@ffesti commented on this pull request.
> @@ -61,6 +69,55 @@ rpmKeyring rpmKeyringFree(rpmKeyring keyring)
return NULL;
}
+rpmKeyringIterator rpmKeyringInitIterator(rpmKeyring keyring, int unused)
+{
+ if (!keyring || unused != 0)
+ return NULL;
+
+ keyring = rpmKeyringLink(keyring);
Done.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3365#discussion_r1795505618
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3365/review/2360489395 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20241010/4130efd4/attachment.html>
More information about the Rpm-maint
mailing list