]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cachefile.h
* doc/examples/configure-index:
[apt.git] / apt-pkg / cachefile.h
index a128c29ab07f2221f6dd2ac4106fd745707a03e2..366e3576f05bc0cbf1422af0d442e44cd9d7deaf 100644 (file)
@@ -22,6 +22,8 @@
 #endif 
 
 #include <apt-pkg/depcache.h>
+#include <apt-pkg/acquire.h>
+#include <apt-pkg/sourcelist.h>
 
 class pkgPolicy;
 class pkgCacheFile
@@ -48,6 +50,7 @@ class pkgCacheFile
 
    bool BuildCaches(OpProgress &Progress,bool WithLock = true);
    bool Open(OpProgress &Progress,bool WithLock = true);
+   bool ListUpdate(pkgAcquireStatus &progress, pkgSourceList &List);
    void Close();
    
    pkgCacheFile();