From d59a67ff100ef7006376a14ceef833a460c2f404 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Fri, 12 Mar 2010 15:28:24 +0100 Subject: [PATCH] apt-inst/contrib/arfile.h: Add public ARArchive::Members() which returns the list of members. --- apt-inst/contrib/arfile.h | 1 + debian/changelog | 2 ++ 2 files changed, 3 insertions(+) diff --git a/apt-inst/contrib/arfile.h b/apt-inst/contrib/arfile.h index 96e18bc60..7f6c68302 100644 --- a/apt-inst/contrib/arfile.h +++ b/apt-inst/contrib/arfile.h @@ -39,6 +39,7 @@ class ARArchive // Locate a member by name const Member *FindMember(const char *Name) const; + inline Member *Members() { return List; } ARArchive(FileFd &File); ~ARArchive(); diff --git a/debian/changelog b/debian/changelog index faeac0e2b..68c86479f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ apt (0.7.26~exp3) UNRELEASED; urgency=low [ Julian Andres Klode ] * cmdline/apt-mark: - Use the new python-apt API (and conflict with python-apt << 0.7.93.2). + * apt-inst/contrib/arfile.h: + - Add public ARArchive::Members() which returns the list of members. -- Christian Perrier Wed, 24 Feb 2010 22:13:50 +0100 -- 2.50.0