]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp/edsplistparser.h
add binary-specific options via Binary scope
[apt.git] / apt-pkg / edsp / edsplistparser.h
index 2a09e8c473eccf510e3675e580ec1d26950ae0de..25363e1c70524e604e92d3a005142b4f7085a7fa 100644 (file)
 #endif
 
 class FileFd;
+class edspListParserPrivate;
 
 class APT_HIDDEN edspListParser : public debListParser
 {
-   void * const d;
+   edspListParserPrivate * const d;
    public:
    virtual bool NewVersion(pkgCache::VerIterator &Ver) APT_OVERRIDE;
    virtual std::string Description();
@@ -38,7 +39,7 @@ class APT_HIDDEN edspListParser : public debListParser
    bool LoadReleaseInfo(pkgCache::RlsFileIterator &FileI,FileFd &File,
                        std::string const &section);
 
-   edspListParser(FileFd *File, std::string const &Arch = "");
+   edspListParser(FileFd *File);
    virtual ~edspListParser();
 
    protected: