From d556d1a1cc89e0f99d1b76fd6da72fd0174f5862 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:54:13 +0000 Subject: Purge support Author: jgg Date: 1999-07-10 04:58:42 GMT Purge support --- apt-pkg/depcache.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-pkg/depcache.h') 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 -- cgit v1.2.3