From a1b5561a036ebbe416cccfb2bd476a838ddb6286 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 28 Feb 2013 18:28:44 +0100 Subject: re-add compat pkgSrcRecords::File::MD5Hash --- apt-pkg/srcrecords.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apt-pkg/srcrecords.h') 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; -- cgit v1.2.3