summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2014-10-06 14:39:16 +0200
committerMichael Vogt <mvo@ubuntu.com>2014-10-06 14:39:16 +0200
commitba8a84216a84c5e1e02ad46f412a04728277cb36 (patch)
tree758674a9f8800497804eb10c80b4c2e28bbd75f2 /apt-pkg/acquire-item.h
parent673c9469abd656a92c7e8f1f91f919cad09f391e (diff)
rename AuthDone() -> CheckAuthDone()
Diffstat (limited to 'apt-pkg/acquire-item.h')
-rw-r--r--apt-pkg/acquire-item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h
index e0739dcd2..393f3a250 100644
--- a/apt-pkg/acquire-item.h
+++ b/apt-pkg/acquire-item.h
@@ -411,7 +411,7 @@ class pkgAcqMetaBase : public pkgAcquire::Item
* \param Message The message block received from the fetch
* subprocess.
*/
- bool AuthDone(std::string Message, const std::string &RealURI);
+ bool CheckAuthDone(std::string Message, const std::string &RealURI);
/** \brief Check that the release file is a release file for the
* correct distribution.