diff options
author | Michael Vogt <mvo@debian.org> | 2014-08-02 05:37:43 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-08-02 05:37:43 +0200 |
commit | 63b7249e6930c1bcb69bac32f10108119eeacc2a (patch) | |
tree | 0d8221c0569a66aa5e22d9d3dfb6301749aee158 /apt-pkg/acquire-item.h | |
parent | e84d3803ed3bdd55e20e3720b375769330966fa0 (diff) |
add ims check verify
Diffstat (limited to 'apt-pkg/acquire-item.h')
-rw-r--r-- | apt-pkg/acquire-item.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h index e191e2554..31279f7df 100644 --- a/apt-pkg/acquire-item.h +++ b/apt-pkg/acquire-item.h @@ -873,6 +873,14 @@ class pkgAcqIndex : public pkgAcqBaseIndex /** \brief Auto select the right compression to use */ void AutoSelectCompression(); + /** \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 |