summaryrefslogtreecommitdiff
path: root/apt-pkg/algorithms.h
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-05-03 10:50:25 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-05-03 10:50:25 +0200
commit741b7da9de1d2ab470728f1e7f38b25e0d6a556c (patch)
tree9f666192b31c43e9cd29df0bb326a4a7930faf16 /apt-pkg/algorithms.h
parent80699703b6015a8fe7707302f365020f9782cf2c (diff)
implement external solver calling for upgrade and dist-upgrade, too
Diffstat (limited to 'apt-pkg/algorithms.h')
-rw-r--r--apt-pkg/algorithms.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/algorithms.h b/apt-pkg/algorithms.h
index 0778ec722..582cbc527 100644
--- a/apt-pkg/algorithms.h
+++ b/apt-pkg/algorithms.h
@@ -107,6 +107,7 @@ class pkgProblemResolver /*{{{*/
bool DoUpgrade(pkgCache::PkgIterator Pkg);
bool ResolveInternal(bool const BrokenFix = false);
+ bool ResolveByKeepInternal();
public: