]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/sourcelist.h
merged from lp:~mvo/apt/mvo
[apt.git] / apt-pkg / sourcelist.h
index 5d84270173944fc292cf8571fe0ef16b8cd24ed5..b9e4389ed1ee89e087b3de1347f7bf6f68a6c1ee 100644 (file)
@@ -35,9 +35,6 @@
 using std::string;
 using std::vector;
     
-#ifdef __GNUG__
-#pragma interface "apt-pkg/sourcelist.h"
-#endif
 
 class pkgAquire;
 class pkgSourceList
@@ -77,6 +74,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();};