]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp/edsplistparser.h
show distribution mismatch for changed codenames
[apt.git] / apt-pkg / edsp / edsplistparser.h
index 7cd5ab2b36ef5d921fcfade24910ecfa2ccaafb7..84138d6a8ba2b6e5e936a575e23c74488106ec9f 100644 (file)
@@ -51,4 +51,14 @@ public:
    edspListParser(FileFd *File);
    virtual ~edspListParser();
 };
+
+class APT_HIDDEN eippListParser : public edspLikeListParser
+{
+protected:
+   virtual bool ParseStatus(pkgCache::PkgIterator &Pkg,pkgCache::VerIterator &Ver) APT_OVERRIDE;
+
+public:
+   eippListParser(FileFd *File);
+   virtual ~eippListParser();
+};
 #endif