projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
show dependencies of essential packages which are going to remove
[apt.git]
/
apt-inst
/
contrib
/
arfile.h
diff --git
a/apt-inst/contrib/arfile.h
b/apt-inst/contrib/arfile.h
index 96e18bc60aba7f2c32f52eec5ff54fb79fe4adf5..7f6c683024a3a36d5ea87eda0fcec972e16f3416 100644
(file)
--- 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;
// Locate a member by name
const Member *FindMember(const char *Name) const;
+ inline Member *Members() { return List; }
ARArchive(FileFd &File);
~ARArchive();
ARArchive(FileFd &File);
~ARArchive();