diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:55 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:55 +0000 |
commit | f8f410f57e7941a7bf57c5c84b77b2bcd577ac6b (patch) | |
tree | 0e9934672e7bd0a1b29c29ccacc4f451bc0cd26e /apt-pkg/srcrecords.h | |
parent | 9e2a06ff63968286395f3426b689cf7c3914a883 (diff) |
apt-cache showsrc
Author: jgg
Date: 1999-10-18 03:44:39 GMT
apt-cache showsrc
Diffstat (limited to 'apt-pkg/srcrecords.h')
-rw-r--r-- | apt-pkg/srcrecords.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-pkg/srcrecords.h b/apt-pkg/srcrecords.h index 17297a60e..8391349dd 100644 --- a/apt-pkg/srcrecords.h +++ b/apt-pkg/srcrecords.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: srcrecords.h,v 1.4 1999/07/20 05:53:33 jgg Exp $ +// $Id: srcrecords.h,v 1.5 1999/10/18 03:44:39 jgg Exp $ /* ###################################################################### Source Package Records - Allows access to source package records @@ -46,6 +46,7 @@ class pkgSrcRecords virtual bool Step() = 0; virtual bool Jump(unsigned long Off) = 0; virtual unsigned long Offset() = 0; + virtual string AsStr() = 0; virtual string Package() = 0; virtual string Version() = 0; |