diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-09 01:40:31 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-09 01:40:31 +0200 |
commit | 686d0fad160a51d8833a9429ec3a68de6f13c2d5 (patch) | |
tree | d1fa0545a69bfb8c0d2f633c5938930c785808a9 /apt-pkg/depcache.h | |
parent | 468126e3030ac3db47e4c7d361badf99c338fdf4 (diff) |
* merged another missing bit from the ubuntu branch
Diffstat (limited to 'apt-pkg/depcache.h')
-rw-r--r-- | apt-pkg/depcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/depcache.h b/apt-pkg/depcache.h index b2bcfb58a..84fed7f37 100644 --- a/apt-pkg/depcache.h +++ b/apt-pkg/depcache.h @@ -403,7 +403,7 @@ class pkgDepCache : protected pkgCache::Namespace // 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;}; |