diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:48 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:48 +0000 |
commit | 204fbdcce67a08d33a5e7eb3ca9e7a9ae80918c5 (patch) | |
tree | fef1ee61740101afa96ab907003385c9f6db0f08 /apt-pkg/pkgcache.h | |
parent | 8b75eb1cadd4db3d6ecb27fa4f441843d3856f77 (diff) |
Multiple different versions support
Author: jgg
Date: 1999-05-23 22:55:54 GMT
Multiple different versions support
Diffstat (limited to 'apt-pkg/pkgcache.h')
-rw-r--r-- | apt-pkg/pkgcache.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-pkg/pkgcache.h b/apt-pkg/pkgcache.h index 10e68f20d..f7349c7a1 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.19 1999/04/12 04:21:20 jgg Exp $ +// $Id: pkgcache.h,v 1.20 1999/05/23 22:55:54 jgg Exp $ /* ###################################################################### Cache - Structure definitions for the cache file @@ -238,6 +238,7 @@ struct pkgCache::Version __apt_ptrloc Size; // These are the .deb size __apt_ptrloc InstalledSize; + unsigned short Hash; unsigned short ID; unsigned char Priority; }; |