diff options
Diffstat (limited to 'apt-pkg/acquire-item.h')
-rw-r--r-- | apt-pkg/acquire-item.h | 2 |
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. |