]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/srcrecords.h
testcases runable as root
[apt.git] / apt-pkg / srcrecords.h
index 69b3cfd9996c1e34182f2feff57ba172485152a6..c68d374bb4fb44a4e3992a02f1d19013a340043f 100644 (file)
@@ -105,8 +105,13 @@ class pkgSrcRecords
    // Reset the search
    bool Restart();
 
-   // Locate a package by name
-   Parser *Find(const char *Package,bool const &SrcOnly = false);
+   // Step to the next SourcePackage and return pointer to the 
+   // next SourceRecord. The pointer is owned by libapt.
+   const Parser* Step();
+
+   // Locate a package by name and return pointer to the Parser.
+   // The pointer is owned by libapt.
+   Parser* Find(const char *Package,bool const &SrcOnly = false);
    
    pkgSrcRecords(pkgSourceList &List);
    virtual ~pkgSrcRecords();