]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/depcache.h
add a method to insert packages into dpkg's status file
[apt.git] / apt-pkg / depcache.h
index b95681118a0e9d4cfc5407a8dd411e332b3b935e..8cf7db80a3a5ceb1c5f8a5211478469d6e264eb2 100644 (file)
@@ -486,6 +486,10 @@ class pkgDepCache : protected pkgCache::Namespace
    __deprecated bool RemovePseudoInstalledPkg(PkgIterator &Pkg, std::set<unsigned long> &recheck) { return true; };
    __deprecated bool ReInstallPseudoForGroup(unsigned long const &Grp, std::set<unsigned long> &recheck) { return true; };
    __deprecated bool ReInstallPseudoForGroup(pkgCache::PkgIterator const &P, std::set<unsigned long> &recheck) { return true; };
+
+
+   bool IsModeChangeOk(ModeList const mode, PkgIterator const &Pkg,
+                       unsigned long const Depth, bool const FromUser);
 };
 
 #endif