]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/sourcelist.h
suppoer $(ARCH) in deb822 sources.list as well
[apt.git] / apt-pkg / sourcelist.h
index af3f4f5c6add823f0a099de550e2db9bdaafc5ed..5e0d585bbbb1e898e8ba5c8fd5bcd623e6310a1d 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);
+   bool ParseFileDeb822(std::string File);
+   bool ParseFileOldStyle(std::string File);
 
    public: