]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debsrcrecords.h
merge debian/sid into debian/experimental
[apt.git] / apt-pkg / deb / debsrcrecords.h
index 1a09f6546cf77ceae6d45e114f3aeda373a0ecef..cd246d624b9332dedc73db62919f3c63fdf4a4b8 100644 (file)
@@ -54,6 +54,7 @@ class APT_HIDDEN debSrcRecordParser : public pkgSrcRecords::Parser
       return std::string(Start,Stop);
    };
    virtual bool Files(std::vector<pkgSrcRecords::File> &F);
+   bool Files2(std::vector<pkgSrcRecords::File2> &F);
 
    debSrcRecordParser(std::string const &File,pkgIndexFile const *Index) 
       : Parser(Index), Fd(File,FileFd::ReadOnly, FileFd::Extension), Tags(&Fd,102400),