X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/cc26da01ef43686d67959ef080e5492410d20e4e..bda94cb8432b3905f5757e92573fd16e73cb183f:/apt-pkg/algorithms.h diff --git a/apt-pkg/algorithms.h b/apt-pkg/algorithms.h index ebe31cc10..582cbc527 100644 --- a/apt-pkg/algorithms.h +++ b/apt-pkg/algorithms.h @@ -105,6 +105,9 @@ class pkgProblemResolver /*{{{*/ void MakeScores(); bool DoUpgrade(pkgCache::PkgIterator Pkg); + + bool ResolveInternal(bool const BrokenFix = false); + bool ResolveByKeepInternal(); public: