diff options
author | Michael Vogt <mvo@debian.org> | 2014-06-18 10:46:08 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-06-18 10:46:08 +0200 |
commit | b6fea8bbe25e3c0312de72c99b0d49c699d02b7b (patch) | |
tree | e0f1b5f51e568be9370dece04ede0352ee37684a /apt-pkg/acquire-item.h | |
parent | da029b0aaebdc64a3a9f6b7012213539421c934b (diff) | |
parent | 59194959326dbf114a5c894e4279c04844b4a793 (diff) |
Merge remote-tracking branch 'mvo/feature/update-by-hash' into debian/experimental
Diffstat (limited to 'apt-pkg/acquire-item.h')
-rw-r--r-- | apt-pkg/acquire-item.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h index 6e204813a..b4cac2f04 100644 --- a/apt-pkg/acquire-item.h +++ b/apt-pkg/acquire-item.h @@ -713,6 +713,9 @@ class pkgAcqIndex : public pkgAcqBaseIndex */ std::string CompressionExtension; + /** \brief Do the changes needed to fetch via AptByHash (if needed) */ + void InitByHashIfNeeded(const std::string MetaKey); + public: // Specialized action members |