diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-06-23 16:40:54 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-06-23 16:40:54 +0000 |
commit | a83d884db24933000f19dbff706529db057d50c1 (patch) | |
tree | fc3ffeb8da0cfd99e290d36c59ede04edba58fb3 /apt-pkg/depcache.h | |
parent | afb1e2e3bb580077c6c917e6ea98baad8f3c39b3 (diff) |
* cleanups
Diffstat (limited to 'apt-pkg/depcache.h')
-rw-r--r-- | apt-pkg/depcache.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apt-pkg/depcache.h b/apt-pkg/depcache.h index f974bfacf..e02ed72f0 100644 --- a/apt-pkg/depcache.h +++ b/apt-pkg/depcache.h @@ -198,6 +198,10 @@ class pkgDepCache : protected pkgCache::Namespace // This is for debuging void Update(OpProgress *Prog = 0); + + // read persistent states + bool readStateFile(OpProgress *prog); + bool writeStateFile(OpProgress *prog); // Size queries inline double UsrSize() {return iUsrSize;}; |