summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2014-09-23 17:18:30 +0200
committerMichael Vogt <mvo@ubuntu.com>2014-09-23 17:18:30 +0200
commit3f073d44c2d6cecb807f05a5f95c1c35ab23fb3c (patch)
tree801dfb0d4cfb8e97cd35d15a539b5e37044ae5de /apt-pkg/acquire-item.h
parent6f5ccfde13b99be593a5cfce1ebc68a7ee995c88 (diff)
cleanup
Diffstat (limited to 'apt-pkg/acquire-item.h')
-rw-r--r--apt-pkg/acquire-item.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h
index 3c522f66e..ae53fc6ac 100644
--- a/apt-pkg/acquire-item.h
+++ b/apt-pkg/acquire-item.h
@@ -880,10 +880,9 @@ 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
+ /** \brief Get the full pathname of the final file for the current URI
*/
- std::string GetFinalFilename(std::string const &URI,
- std::string const &compExt);
+ std::string GetFinalFilename() const;
/** \brief Schedule file for verification after a IMS hit */
void ReverifyAfterIMS();