]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/srcrecords.h
fix test/integration/test-apt-ftparchive-cachedb-lp1274466 in travis
[apt.git] / apt-pkg / srcrecords.h
index 82460d70f2a306b0ad6059ba883ed075664c1287..e000e176ab08be193b3585d8869a8ac975bdcf69 100644 (file)
@@ -97,7 +97,7 @@ class pkgSrcRecords
 
    // Step to the next SourcePackage and return pointer to the 
    // next SourceRecord. The pointer is owned by libapt.
 
    // Step to the next SourcePackage and return pointer to the 
    // next SourceRecord. The pointer is owned by libapt.
-   const Parser* Next();
+   const Parser* Step();
 
    // Locate a package by name and return pointer to the Parser.
    // The pointer is owned by libapt.
 
    // Locate a package by name and return pointer to the Parser.
    // The pointer is owned by libapt.