]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/algorithms.h
rename edspwriter to straight edsp in toplevel as it does more than
[apt.git] / apt-pkg / algorithms.h
index ebe31cc103024ab08124cb57bf5d8b400cbf7329..0778ec72260b0b7047ffd3752a1700297a6a817e 100644 (file)
@@ -105,6 +105,8 @@ class pkgProblemResolver                                            /*{{{*/
 
    void MakeScores();
    bool DoUpgrade(pkgCache::PkgIterator Pkg);
+
+   bool ResolveInternal(bool const BrokenFix = false);
    
    public: