summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgrecords.h
diff options
context:
space:
mode:
authorbubulle@debian.org <>2007-06-01 20:06:56 +0200
committerbubulle@debian.org <>2007-06-01 20:06:56 +0200
commit8de27dc625e6a16b7be6eff6eec323cfe9bd9a57 (patch)
treeb3909f3ca3d14998d7bbd8109e8f4332e0e0b7ae /apt-pkg/pkgrecords.h
parent836d2762385430b778a24ebd53ff9732e742ce21 (diff)
parentc2f2b86252cec3a9ec68df2f55850067faa705d6 (diff)
Merge with mvo
Diffstat (limited to 'apt-pkg/pkgrecords.h')
-rw-r--r--apt-pkg/pkgrecords.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/pkgrecords.h b/apt-pkg/pkgrecords.h
index 08f004414..dcfec07ef 100644
--- a/apt-pkg/pkgrecords.h
+++ b/apt-pkg/pkgrecords.h
@@ -58,6 +58,7 @@ class pkgRecords::Parser
virtual string MD5Hash() {return string();};
virtual string SHA1Hash() {return string();};
virtual string SourcePkg() {return string();};
+ virtual string SourceVer() {return string();};
// These are some general stats about the package
virtual string Maintainer() {return string();};