]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/deblistparser.h
apt-pkg/deb/debindexfile.cc: kill off another TranslationsAvailable() usage that...
[apt.git] / apt-pkg / deb / deblistparser.h
index 06ea7329126e46bc2493d997d72b9e8a0af70eeb..d62ce641cc59888427c3683abf8907eba4e8f59e 100644 (file)
@@ -40,6 +40,7 @@ class debListParser : public pkgCacheGenerator::ListParser
    bool ParseDepends(pkgCache::VerIterator &Ver,const char *Tag,
                     unsigned int Type);
    bool ParseProvides(pkgCache::VerIterator &Ver);
+   bool NewProvidesAllArch(pkgCache::VerIterator &Ver, string const &Package, string const &Version);
    static bool GrabWord(string Word,WordList *List,unsigned char &Out);
    
    public: