diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-05-03 10:50:25 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-05-03 10:50:25 +0200 |
commit | 741b7da9de1d2ab470728f1e7f38b25e0d6a556c (patch) | |
tree | 9f666192b31c43e9cd29df0bb326a4a7930faf16 /apt-pkg/edsp.h | |
parent | 80699703b6015a8fe7707302f365020f9782cf2c (diff) |
implement external solver calling for upgrade and dist-upgrade, too
Diffstat (limited to 'apt-pkg/edsp.h')
-rw-r--r-- | apt-pkg/edsp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apt-pkg/edsp.h b/apt-pkg/edsp.h index df6e1d21c..95132ebd0 100644 --- a/apt-pkg/edsp.h +++ b/apt-pkg/edsp.h @@ -53,6 +53,9 @@ public: bool static WriteError(std::string const &message, FILE* output); bool static ExecuteSolver(const char* const solver, int *solver_in, int *solver_out); + bool static ResolveExternal(const char* const solver, pkgDepCache &Cache, + bool const upgrade, bool const distUpgrade, + bool const autoRemove); }; /*}}}*/ #endif |