]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/sourcelist.h
integrate Anthonys rred with POC for client-side merge
[apt.git] / apt-pkg / sourcelist.h
index 02e27101a64a123443eda5977415825c30e9c019..d83c76d6affbe22baff7d509ee95be6c39f5d769 100644 (file)
@@ -75,7 +75,10 @@ class pkgSourceList
    protected:
 
    std::vector<metaIndex *> SrcList;
-   
+
+   int ParseFileDeb822(std::string File);
+   bool ParseFileOldStyle(std::string File);
+
    public:
 
    bool ReadMainList();