]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debindexfile.h
add Source-Version field for EDSP
[apt.git] / apt-pkg / deb / debindexfile.h
index dc75a01ab0544f81b75103db99739b9229856ab7..5bec4f2ea8b96ca66c0f1e48a1e8b6311c57a854 100644 (file)
@@ -43,6 +43,8 @@ public:
    // Abort if the file does not exist.
    virtual bool Exists() const APT_OVERRIDE {return true;};
 
    // Abort if the file does not exist.
    virtual bool Exists() const APT_OVERRIDE {return true;};
 
+   virtual pkgCacheListParser * CreateListParser(FileFd &Pkg) APT_OVERRIDE;
+
    debStatusIndex(std::string const &File);
    virtual ~debStatusIndex();
 };
    debStatusIndex(std::string const &File);
    virtual ~debStatusIndex();
 };