]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/sourcelist.h
improve error message
[apt.git] / apt-pkg / sourcelist.h
index af3f4f5c6add823f0a099de550e2db9bdaafc5ed..d83c76d6affbe22baff7d509ee95be6c39f5d769 100644 (file)
@@ -76,8 +76,8 @@ class pkgSourceList
 
    std::vector<metaIndex *> SrcList;
 
-   // FIXME: move int Type with the next ABI break
-   bool ParseFileDeb822(FileFd &Fd);
+   int ParseFileDeb822(std::string File);
+   bool ParseFileOldStyle(std::string File);
 
    public: