summaryrefslogtreecommitdiff
path: root/apt-pkg/depcache.h
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:51:29 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:51:29 +0000
commite331f6edcb86e6acb2888ec0721e55bf43e10bc2 (patch)
treec63e19a105602099e4cdd3cd2235415081f26193 /apt-pkg/depcache.h
parent7a658e661330d4832acdf221966f351408f99b0f (diff)
Local file fixes
Author: jgg Date: 1998-11-14 01:39:41 GMT Local file fixes
Diffstat (limited to 'apt-pkg/depcache.h')
-rw-r--r--apt-pkg/depcache.h3
1 files changed, 2 insertions, 1 deletions
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;};