]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debrecords.h
* merged apt--no-pragma
[apt.git] / apt-pkg / deb / debrecords.h
index 3f1956164fb6c1fe5d0360a2c21a51f0126a5d67..fdf8d762b9a0010188f39807ae87ffc2d47228a9 100644 (file)
@@ -15,6 +15,7 @@
 #define PKGLIB_DEBRECORDS_H
 
 #include <apt-pkg/pkgrecords.h>
+#include <apt-pkg/indexfile.h>
 #include <apt-pkg/tagfile.h>
 
 class debRecordParser : public pkgRecords::Parser
@@ -26,6 +27,7 @@ class debRecordParser : public pkgRecords::Parser
    protected:
    
    virtual bool Jump(pkgCache::VerFileIterator const &Ver);
+   virtual bool Jump(pkgCache::DescFileIterator const &Desc);
    
    public: