]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cachefile.h
merge with debian/sid
[apt.git] / apt-pkg / cachefile.h
index d07337d387d216b180fc1798c38961fa2a840e9d..243061f0fb24caf5a57acd4e403ed04d5678b92f 100644 (file)
@@ -60,6 +60,7 @@ class pkgCacheFile
    bool Open(OpProgress *Progress = NULL, bool WithLock = true);
    inline bool ReadOnlyOpen(OpProgress *Progress = NULL) { return Open(Progress, false); };
    __deprecated bool Open(OpProgress &Progress,bool const &WithLock = true) { return Open(&Progress, WithLock); };
+   static void RemoveCaches();
    void Close();
 
    inline pkgCache* GetPkgCache() { BuildCaches(NULL, false); return Cache; };