]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debsrcrecords.h
move ByHash into its own function
[apt.git] / apt-pkg / deb / debsrcrecords.h
index 0cd6648189defe558648f9b927fadc58d6396b16..a0a15187529643ce410aff5605473d2d433b349b 100644 (file)
@@ -64,7 +64,7 @@ class debSrcRecordParser : public pkgSrcRecords::Parser
 class debDscRecordParser : public debSrcRecordParser
 {
  public:
-   debDscRecordParser(std::string const &DscFile);
+   debDscRecordParser(std::string const &DscFile, pkgIndexFile const *Index);
 };
 
 #endif