]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/indexrecords.h
* apt-pkg/contrib/cmdline.cc:
[apt.git] / apt-pkg / indexrecords.h
index 468d2bd0fae6cea66b5030543b3d67452bf05bdc..2e3103b70f2ab269831ca0a9083513453ab9efb3 100644 (file)
@@ -34,6 +34,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);