]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/sourcelist.h
Merge remote-tracking branch 'mvo/feature/source-deb822' into debian/experimental...
[apt.git] / apt-pkg / sourcelist.h
index 5e0d585bbbb1e898e8ba5c8fd5bcd623e6310a1d..d83c76d6affbe22baff7d509ee95be6c39f5d769 100644 (file)
@@ -76,7 +76,7 @@ class pkgSourceList
 
    std::vector<metaIndex *> SrcList;
 
-   bool ParseFileDeb822(std::string File);
+   int ParseFileDeb822(std::string File);
    bool ParseFileOldStyle(std::string File);
 
    public: