From c2f2b86252cec3a9ec68df2f55850067faa705d6 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 23 May 2007 09:34:18 +0200 Subject: * implement SourceVer() in pkgRecords (thanks to Daniel Burrows for the patch!) --- apt-pkg/deb/debrecords.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apt-pkg/deb/debrecords.h') diff --git a/apt-pkg/deb/debrecords.h b/apt-pkg/deb/debrecords.h index efef2e588..bb72275a5 100644 --- a/apt-pkg/deb/debrecords.h +++ b/apt-pkg/deb/debrecords.h @@ -38,6 +38,7 @@ class debRecordParser : public pkgRecords::Parser virtual string MD5Hash(); virtual string SHA1Hash(); virtual string SourcePkg(); + virtual string SourceVer(); // These are some general stats about the package virtual string Maintainer(); -- cgit v1.2.3