]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/indexrecords.h
* cmdline/apt-get.cc:
[apt.git] / apt-pkg / indexrecords.h
index 414faceaa8ebc2e6ad344647b8cfaf2c2da0f555..468d2bd0fae6cea66b5030543b3d67452bf05bdc 100644 (file)
@@ -5,11 +5,10 @@
 #ifndef PKGLIB_INDEXRECORDS_H
 #define PKGLIB_INDEXRECORDS_H
 
-#ifdef __GNUG__
-#pragma interface "apt-pkg/indexrecords.h"
-#endif 
+
 #include <apt-pkg/pkgcache.h>
 #include <apt-pkg/fileutl.h>
+#include <apt-pkg/hashes.h>
 
 #include <map>
 #include <vector>
@@ -47,7 +46,7 @@ class indexRecords
 struct indexRecords::checkSum
 {
    string MetaKeyFilename;
-   string MD5Hash;
+   HashString Hash;
    size_t Size;      
 };