Fix regression for file:/// uris from CVE-2014-0487
[ntk/apt.git] / apt-pkg / srcrecords.h
index 82460d7..e000e17 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.
-   const Parser* Next();
+   const Parser* Step();
 
    // Locate a package by name and return pointer to the Parser.
    // The pointer is owned by libapt.