]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/depcache.h
* merged from main
[apt.git] / apt-pkg / depcache.h
index b2bcfb58a2786c60e65e16ed30d3d9ec5e366e1b..84fed7f3732fc455bdab2c298680928cfc7c1f17 100644 (file)
@@ -403,7 +403,7 @@ class pkgDepCache : protected pkgCache::Namespace
 
    // read persistent states
    bool readStateFile(OpProgress *prog);
 
    // read persistent states
    bool readStateFile(OpProgress *prog);
-   bool writeStateFile(OpProgress *prog);
+   bool writeStateFile(OpProgress *prog, bool InstalledOnly=false);
    
    // Size queries
    inline double UsrSize() {return iUsrSize;};
    
    // Size queries
    inline double UsrSize() {return iUsrSize;};