]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cacheset.h
support special release-modifier 'installed' and 'candidate'
[apt.git] / apt-pkg / cacheset.h
index 4f7be4caa4875ff2491f6685ca203f77537af03b..0f3a87a3d8b3d03dc619242c05ef653766d922f0 100644 (file)
@@ -205,6 +205,11 @@ protected:                                                         /*{{{*/
        static pkgCache::VerIterator getInstalledVer(pkgCacheFile &Cache,
                pkgCache::PkgIterator const &Pkg, bool const &AllowError = false);
 
+
+       static bool AddSelectedVersion(pkgCacheFile &Cache, VersionSet &verset,
+               pkgCache::PkgIterator const &P, VersionSet::Version const &fallback,
+               bool const &AllowError = false);
+
                                                                        /*}}}*/
 };                                                                     /*}}}*/
 }