]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/deblistparser.h
* merged with mainline
[apt.git] / apt-pkg / deb / deblistparser.h
index 9f305211a9118d4224fed3558874cf248d1c979f..3a0e0421b67f5f98ec0c3091a858a8479e8c76be 100644 (file)
@@ -55,7 +55,8 @@ class debListParser : public pkgCacheGenerator::ListParser
 
    virtual bool Step();
    
-   bool LoadReleaseInfo(pkgCache::PkgFileIterator FileI,FileFd &File);
+   bool LoadReleaseInfo(pkgCache::PkgFileIterator FileI,FileFd &File,
+                       string section);
    
    static const char *ParseDepends(const char *Start,const char *Stop,
                            string &Package,string &Ver,unsigned int &Op,