merge Goswin Brederlow "support download of index files for different archs"
[ntk/apt.git] / apt-pkg / deb / deblistparser.h
index 5f91e07..cba4f8e 100644 (file)
@@ -69,7 +69,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