summaryrefslogtreecommitdiff
path: root/apt-pkg/indexrecords.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-12-05 08:11:11 +0100
committerMichael Vogt <mvo@debian.org>2013-12-05 08:11:11 +0100
commit7014e1482942d00b66eb30061b0cf5d2a7b3ebf3 (patch)
treee215ba89cf4dceffd458cc56dfdff98e772ebefd /apt-pkg/indexrecords.h
parentfb83d0ccdda584a5aa9a93d87c6c71a03bc24ed4 (diff)
* enable release based selection for deb-src (closes: 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;