summaryrefslogtreecommitdiff
path: root/apt-pkg/indexrecords.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-12-03 21:49:02 +0100
committerMichael Vogt <mvo@debian.org>2013-12-03 21:49:02 +0100
commit1a22e16a1ebf08243c1836e1c593cb966cae4850 (patch)
tree8e183f0c3c00151d20263813938308d4a01b478e /apt-pkg/indexrecords.h
parent80cc2c3723a1e28f45edd78168c72a26d41403e9 (diff)
proof-of-concept for fixing debian #731102
Diffstat (limited to 'apt-pkg/indexrecords.h')
-rw-r--r--apt-pkg/indexrecords.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/indexrecords.h b/apt-pkg/indexrecords.h
index a98b939bc..d003ec0fa 100644
--- a/apt-pkg/indexrecords.h
+++ b/apt-pkg/indexrecords.h
@@ -46,6 +46,7 @@ class indexRecords
virtual bool Load(std::string Filename);
std::string GetDist() const;
+ std::string GetSuite() const;
time_t GetValidUntil() const;
virtual bool CheckDist(const std::string MaybeDist) const;
std::string GetExpectedDist() const;