]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cachefile.h
support optional PulseInterval in ListUpdate
[apt.git] / apt-pkg / cachefile.h
index d23841e5e8051319fc5b0140154217e4fad27b00..8408af996565cae285ffc864c7ecc73aee0fc11d 100644 (file)
@@ -19,6 +19,8 @@
 
 
 #include <apt-pkg/depcache.h>
+#include <apt-pkg/acquire.h>
+#include <apt-pkg/sourcelist.h>
 
 class pkgPolicy;
 class pkgCacheFile
@@ -45,6 +47,7 @@ class pkgCacheFile
 
    bool BuildCaches(OpProgress &Progress,bool WithLock = true);
    bool Open(OpProgress &Progress,bool WithLock = true);
+   bool ListUpdate(pkgAcquireStatus &progress, pkgSourceList &List, int PulseInterval=0);
    void Close();
    
    pkgCacheFile();