summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcache.h
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:53:31 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:53:31 +0000
commit1fcbfcb8ba78224fd0e4d532d4fa976f0ea00fef (patch)
treeeb6d17fabc08f717f8ba2b4ac24cc2a4253a60a8 /apt-pkg/pkgcache.h
parentee989411b3d28ad7e16aae6b996ee6c803e94d26 (diff)
Fixed espy's bug with experimental
Author: jgg Date: 1999-04-12 04:21:20 GMT Fixed espy's bug with experimental
Diffstat (limited to 'apt-pkg/pkgcache.h')
-rw-r--r--apt-pkg/pkgcache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-pkg/pkgcache.h b/apt-pkg/pkgcache.h
index 7628cebd9..10e68f20d 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.18 1999/02/23 06:46:24 jgg Exp $
+// $Id: pkgcache.h,v 1.19 1999/04/12 04:21:20 jgg Exp $
/* ######################################################################
Cache - Structure definitions for the cache file
@@ -124,6 +124,7 @@ class pkgCache
inline PkgIterator PkgEnd();
inline PkgFileIterator FileBegin();
inline PkgFileIterator FileEnd();
+ VerIterator GetCandidateVer(PkgIterator Pkg,bool AllowCurrent = true);
pkgCache(MMap &Map);
virtual ~pkgCache() {};