]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/depcache.h
Add yet another pseudo package which isn't as pseudo as the others:
[apt.git] / apt-pkg / depcache.h
index 63cd954adfe89305bd952fa45e9c0582fb8f80b1..ab1021a4424859b558cc3a04c52d7ec0e235e541 100644 (file)
@@ -333,6 +333,7 @@ class pkgDepCache : protected pkgCache::Namespace
    inline Header &Head() {return *Cache->HeaderP;};
    inline PkgIterator PkgBegin() {return Cache->PkgBegin();};
    inline PkgIterator FindPkg(string const &Name) {return Cache->FindPkg(Name);};
+   inline PkgIterator FindPkg(string const &Name, string const &Arch) {return Cache->FindPkg(Name, Arch);};
 
    inline pkgCache &GetCache() {return *Cache;};
    inline pkgVersioningSystem &VS() {return *Cache->VS;};