refactor deb822 reading into its own function
[ntk/apt.git] / apt-pkg / sourcelist.h
index 02e2710..af3f4f5 100644 (file)
@@ -75,7 +75,10 @@ class pkgSourceList
    protected:
 
    std::vector<metaIndex *> SrcList;
-   
+
+   // FIXME: move int Type with the next ABI break
+   bool ParseFileDeb822(FileFd &Fd);
+
    public:
 
    bool ReadMainList();