summaryrefslogtreecommitdiff
path: root/apt-pkg/srcrecords.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2013-02-28 18:28:44 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2013-02-28 18:28:44 +0100
commita1b5561a036ebbe416cccfb2bd476a838ddb6286 (patch)
treec276385a0f4c097228f4c4fcb3158f765cea706f /apt-pkg/srcrecords.h
parent3bbce699ee1a5dbbe37806aee7afcc615ecc6ebe (diff)
re-add compat pkgSrcRecords::File::MD5Hash
Diffstat (limited to 'apt-pkg/srcrecords.h')
-rw-r--r--apt-pkg/srcrecords.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/srcrecords.h b/apt-pkg/srcrecords.h
index 7cb490079..796d2e1bd 100644
--- a/apt-pkg/srcrecords.h
+++ b/apt-pkg/srcrecords.h
@@ -31,6 +31,7 @@ class pkgSrcRecords
// Describes a single file
struct File
{
+ std::string MD5Hash;
std::string Hash;
unsigned long Size;
std::string Path;