X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/0a8e3465cb644e380ab0fc6d66f6d1f17363b34e..d38b7b3d803a719b189df80820aeda6a818f4909:/apt-pkg/cacheiterators.h diff --git a/apt-pkg/cacheiterators.h b/apt-pkg/cacheiterators.h index 7cdc197a2..51714d259 100644 --- a/apt-pkg/cacheiterators.h +++ b/apt-pkg/cacheiterators.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: cacheiterators.h,v 1.7 1998/10/02 04:39:44 jgg Exp $ +// $Id: cacheiterators.h,v 1.8 1998/11/14 07:20:08 jgg Exp $ /* ###################################################################### Cache Iterators - Iterators for navigating the cache structure @@ -171,9 +171,11 @@ class pkgCache::DepIterator inline bool Reverse() {return Type == DepRev;}; inline unsigned long Index() const {return Dep - Owner->DepP;}; bool IsCritical(); + void GlobOr(DepIterator &Start,DepIterator &End); Version **AllTargets(); bool SmartTargetPkg(PkgIterator &Result); const char *CompType(); + const char *DepType(); inline DepIterator(pkgCache &Owner,Dependency *Trg,Version * = 0) : Dep(Trg), Type(DepVer), Owner(&Owner)