From 17caf1b19355813fa7a58828d4979ecf21b1e1f9 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:52:39 +0000 Subject: Arranged to rename downloaded files to include all impo... Author: jgg Date: 1999-02-01 02:22:11 GMT Arranged to rename downloaded files to include all important info --- apt-pkg/pkgcache.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apt-pkg/pkgcache.h') diff --git a/apt-pkg/pkgcache.h b/apt-pkg/pkgcache.h index 2d174cc01..ce9c866fb 100644 --- a/apt-pkg/pkgcache.h +++ b/apt-pkg/pkgcache.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: pkgcache.h,v 1.15 1998/12/14 08:07:29 jgg Exp $ +// $Id: pkgcache.h,v 1.16 1999/02/01 02:22:11 jgg Exp $ /* ###################################################################### Cache - Structure definitions for the cache file @@ -227,7 +227,8 @@ struct pkgCache::Version { __apt_ptrloc VerStr; // Stringtable __apt_ptrloc Section; // StringTable (StringItem) - + __apt_ptrloc Arch; // StringTable + // Lists __apt_ptrloc FileList; // VerFile __apt_ptrloc NextVer; // Version -- cgit v1.2.3