diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:13 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:13 +0000 |
commit | d556d1a1cc89e0f99d1b76fd6da72fd0174f5862 (patch) | |
tree | 6b67b2f7bb477d9e6b000059113101fd8695dcef /apt-pkg/depcache.h | |
parent | 58d63ae695eb9f979e65fa8c01fa2c34d61e6527 (diff) |
Purge support
Author: jgg
Date: 1999-07-10 04:58:42 GMT
Purge support
Diffstat (limited to 'apt-pkg/depcache.h')
-rw-r--r-- | apt-pkg/depcache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/depcache.h b/apt-pkg/depcache.h index dd56464bd..9592e7035 100644 --- a/apt-pkg/depcache.h +++ b/apt-pkg/depcache.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: depcache.h,v 1.10 1999/07/09 04:11:34 jgg Exp $ +// $Id: depcache.h,v 1.11 1999/07/10 04:58:42 jgg Exp $ /* ###################################################################### DepCache - Dependency Extension data for the cache @@ -162,7 +162,7 @@ class pkgDepCache : public pkgCache // Manipulators void MarkKeep(PkgIterator const &Pkg,bool Soft = false); - void MarkDelete(PkgIterator const &Pkg); + void MarkDelete(PkgIterator const &Pkg,bool Purge = false); void MarkInstall(PkgIterator const &Pkg,bool AutoInst = true); // This is for debuging |