]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/sourcelist.h
add APT::Sources::Use-Deb822 to allow disabling the deb822 parser
[apt.git] / apt-pkg / sourcelist.h
index 02e27101a64a123443eda5977415825c30e9c019..5e0d585bbbb1e898e8ba5c8fd5bcd623e6310a1d 100644 (file)
@@ -75,7 +75,10 @@ class pkgSourceList
    protected:
 
    std::vector<metaIndex *> SrcList;
-   
+
+   bool ParseFileDeb822(std::string File);
+   bool ParseFileOldStyle(std::string File);
+
    public:
 
    bool ReadMainList();