]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/indexfile.h
remove debianism file-content verification
[apt.git] / apt-pkg / indexfile.h
index 98cdda603d4519e6f73e673b24d5ee3bfc44f58c..817165f087a4393655b314c95bf55a574bf2835b 100644 (file)
@@ -54,11 +54,12 @@ class pkgIndexFile
       // Global list of Items supported
       static Type **GlobalList;
       static unsigned long GlobalListLen;
-      static Type *GetType(const char *Type);
+      static Type *GetType(const char *Type) APT_PURE;
 
       const char *Label;
 
       virtual pkgRecords::Parser *CreatePkgParser(pkgCache::PkgFileIterator /*File*/) const {return 0;};
+      virtual pkgSrcRecords::Parser *CreateSrcPkgParser(std::string /*File*/) const {return 0;};
       Type();
       virtual ~Type() {};
    };