]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/sourcelist.h
merged iwjs patch
[apt.git] / apt-pkg / sourcelist.h
index 5d84270173944fc292cf8571fe0ef16b8cd24ed5..123ae69849fedadbf5781ed57e8e669768d932fe 100644 (file)
@@ -77,6 +77,11 @@ class pkgSourceList
 
    bool ReadMainList();
    bool Read(string File);
+
+   // CNC:2003-03-03
+   void Reset();
+   bool ReadAppend(string File);
+   bool ReadSourceDir(string Dir);
    
    // List accessors
    inline const_iterator begin() const {return SrcList.begin();};