]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/indexrecords.h
* merged from main
[apt.git] / apt-pkg / indexrecords.h
index 277280620909a8ef521c3399f50e64b4e302c008..ac0df470c57378d5ee384babb711d10d463421bd 100644 (file)
@@ -5,13 +5,12 @@
 #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 <map>
+#include <vector>
 
 class indexRecords
 {
@@ -34,7 +33,8 @@ class indexRecords
 
    // Lookup function
    virtual const checkSum *Lookup(const string MetaKey);
-   
+   std::vector<std::string> MetaKeys();
+
    virtual bool Load(string Filename);
    string GetDist() const;
    virtual bool CheckDist(const string MaybeDist) const;