]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/deblistparser.h
use the portable timegm shown in his manpage instead of a strange
[apt.git] / apt-pkg / deb / deblistparser.h
index 1c709229faa5b713d5a5d30f84a101a7ae86d4bb..8da051530fd06cf9b60e5a25e318a90ee733c64d 100644 (file)
@@ -46,6 +46,8 @@ class debListParser : public pkgCacheGenerator::ListParser
       
    // These all operate against the current section
    virtual string Package();
+   virtual string Architecture();
+   virtual bool ArchitectureAll();
    virtual string Version();
    virtual bool NewVersion(pkgCache::VerIterator Ver);
    virtual string Description();
@@ -68,7 +70,7 @@ class debListParser : public pkgCacheGenerator::ListParser
                            bool const &StripMultiArch = false);
    static const char *ConvertRelation(const char *I,unsigned int &Op);
 
-   debListParser(FileFd *File);
+   debListParser(FileFd *File, string const &Arch = "");
 };
 
 #endif