]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/algorithms.h
* Implement EDSP in libapt-pkg so that all front-ends which
[apt.git] / apt-pkg / algorithms.h
index ebe31cc103024ab08124cb57bf5d8b400cbf7329..582cbc527b1c9b4e7d252fae526318319118a0bb 100644 (file)
@@ -105,6 +105,9 @@ class pkgProblemResolver                                            /*{{{*/
 
    void MakeScores();
    bool DoUpgrade(pkgCache::PkgIterator Pkg);
+
+   bool ResolveInternal(bool const BrokenFix = false);
+   bool ResolveByKeepInternal();
    
    public: