]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/indexrecords.h
* doc/apt.ent:
[apt.git] / apt-pkg / indexrecords.h
index 500cf23c48b6a7b11f40cbd5c63d018e06687383..5b532c1a528790e57727138490f9b46fa423e16d 100644 (file)
@@ -37,6 +37,8 @@ class indexRecords
 
    // Lookup function
    virtual const checkSum *Lookup(const string MetaKey);
+   /** \brief tests if a checksum for this file is available */
+   bool Exists(string const &MetaKey) const;
    std::vector<std::string> MetaKeys();
 
    virtual bool Load(string Filename);