From f8f410f57e7941a7bf57c5c84b77b2bcd577ac6b Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:54:55 +0000 Subject: apt-cache showsrc Author: jgg Date: 1999-10-18 03:44:39 GMT apt-cache showsrc --- apt-pkg/srcrecords.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apt-pkg/srcrecords.h') 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; -- cgit v1.2.3