summaryrefslogtreecommitdiff
path: root/apt-pkg/cacheiterators.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2012-01-16 08:44:39 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2012-01-16 08:44:39 +0100
commite08e66ca82147b72454964fdd624002f9b23290e (patch)
treee9b455bb8ddaa4f89939661dc02ea9baef4845d5 /apt-pkg/cacheiterators.h
parent6bfb4a2b25b576220e0c8bad1ba9479637667e19 (diff)
parent85e1885525977809ff6a3b70abb84d3a63e41817 (diff)
merged from donkult
Diffstat (limited to 'apt-pkg/cacheiterators.h')
-rw-r--r--apt-pkg/cacheiterators.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-pkg/cacheiterators.h b/apt-pkg/cacheiterators.h
index 5382f3838..e6a0fddb0 100644
--- a/apt-pkg/cacheiterators.h
+++ b/apt-pkg/cacheiterators.h
@@ -283,6 +283,8 @@ class pkgCache::DepIterator : public Iterator<Dependency, DepIterator> {
inline bool Reverse() const {return Type == DepRev;};
bool IsCritical() const;
bool IsNegative() const;
+ bool IsIgnorable(PrvIterator const &Prv) const;
+ bool IsIgnorable(PkgIterator const &Pkg) const;
void GlobOr(DepIterator &Start,DepIterator &End);
Version **AllTargets() const;
bool SmartTargetPkg(PkgIterator &Result) const;