summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2014-09-16 21:13:17 +0200
committerMichael Vogt <mvo@ubuntu.com>2014-09-16 21:13:17 +0200
commit0e510b0f46350480852b22b966601aaae8cef52f (patch)
tree7ea57eaaff2a4c2301ebf8b37be8f5a45da957ad /apt-pkg/acquire-item.h
parentdbb3ee2c93ddd161904fd216f3d3e0e435434c6b (diff)
parent4502ab82b3cc75e2290cecdef1467da3e51d8647 (diff)
prepare 1.0.8ubuntu3
Diffstat (limited to 'apt-pkg/acquire-item.h')
-rw-r--r--apt-pkg/acquire-item.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h
index 06537bf2c..384c5ee2b 100644
--- a/apt-pkg/acquire-item.h
+++ b/apt-pkg/acquire-item.h
@@ -706,6 +706,14 @@ class pkgAcqIndex : public pkgAcquire::Item
*/
std::string CompressionExtension;
+ /** \brief Get the full pathname of the final file for the given URI
+ */
+ std::string GetFinalFilename(std::string const &URI,
+ std::string const &compExt);
+
+ /** \brief Schedule file for verification after a IMS hit */
+ void ReverifyAfterIMS(std::string const &FileName);
+
public:
// Specialized action members