]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/algorithms.h
implement external solver calling for upgrade and dist-upgrade, too
[apt.git] / apt-pkg / algorithms.h
index 0778ec72260b0b7047ffd3752a1700297a6a817e..582cbc527b1c9b4e7d252fae526318319118a0bb 100644 (file)
@@ -107,6 +107,7 @@ class pkgProblemResolver                                            /*{{{*/
    bool DoUpgrade(pkgCache::PkgIterator Pkg);
 
    bool ResolveInternal(bool const BrokenFix = false);
+   bool ResolveByKeepInternal();
    
    public: