From e331f6edcb86e6acb2888ec0721e55bf43e10bc2 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:51:29 +0000 Subject: Local file fixes Author: jgg Date: 1998-11-14 01:39:41 GMT Local file fixes --- apt-pkg/depcache.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apt-pkg/depcache.h') diff --git a/apt-pkg/depcache.h b/apt-pkg/depcache.h index 62ab2d8c3..c55e3ba95 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.6 1998/11/13 07:08:58 jgg Exp $ +// $Id: depcache.h,v 1.7 1998/11/14 01:39:47 jgg Exp $ /* ###################################################################### DepCache - Dependency Extension data for the cache @@ -168,6 +168,7 @@ class pkgDepCache : public pkgCache // This is for debuging void Update(OpProgress *Prog = 0); + // Size queries inline signed long UsrSize() {return iUsrSize;}; inline unsigned long DebSize() {return iDownloadSize;}; -- cgit v1.2.3