Implement the first step toward Multi-Arch by setting up a Group
[ntk/apt.git] / apt-pkg / deb / deblistparser.h
index 1c70922..5f91e07 100644 (file)
@@ -46,6 +46,7 @@ class debListParser : public pkgCacheGenerator::ListParser
       
    // These all operate against the current section
    virtual string Package();
+   virtual string Architecture();
    virtual string Version();
    virtual bool NewVersion(pkgCache::VerIterator Ver);
    virtual string Description();