add a first round of stuff needed for talking between APT and solvers
[ntk/apt.git] / apt-pkg / algorithms.h
index ebe31cc..0778ec7 100644 (file)
@@ -105,6 +105,8 @@ class pkgProblemResolver                                            /*{{{*/
 
    void MakeScores();
    bool DoUpgrade(pkgCache::PkgIterator Pkg);
+
+   bool ResolveInternal(bool const BrokenFix = false);
    
    public: