diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-20 14:17:08 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-20 14:17:08 +0200 |
commit | 95689ededb9738b0c4ec6ebf1add3b79595cc39a (patch) | |
tree | bc012486b38bf7d4029b5b97c776b66d311a1e5c /apt-pkg/depcache.h | |
parent | c64eacb78ffcdcd26602e9598b953f801724968c (diff) |
* apt-pkg/depcache.{cc,h}:
- added OnlyInstalled option to writeState()
* debian/changelog:
- prepared nwe upload
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 5cd5ea354..8f759d345 100644 --- a/apt-pkg/depcache.h +++ b/apt-pkg/depcache.h @@ -406,7 +406,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;}; |