]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cacheiterators.h
print from their the visit came from
[apt.git] / apt-pkg / cacheiterators.h
index 8f9f811da06d2947a917eb8f2dac6f92219cbce4..0c9813c6d470c460f74d38800ef47b4a37c3df41 100644 (file)
@@ -287,6 +287,7 @@ class pkgCache::DepIterator : public Iterator<Dependency, DepIterator> {
        inline PkgIterator ParentPkg() const {return PkgIterator(*Owner,Owner->PkgP + Owner->VerP[S->ParentVer].ParentPkg);};
        inline bool Reverse() const {return Type == DepRev;};
        bool IsCritical() const;
+       bool IsNegative() const;
        void GlobOr(DepIterator &Start,DepIterator &End);
        Version **AllTargets() const;
        bool SmartTargetPkg(PkgIterator &Result) const;