X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/1ddb859611d2e0f3d9ea12085001810f689e8c99..0c1a7101fda38ad9e43ef4c6757bfc9c0191a30c:/apt-pkg/indexrecords.h diff --git a/apt-pkg/indexrecords.h b/apt-pkg/indexrecords.h index 500cf23c4..5b532c1a5 100644 --- a/apt-pkg/indexrecords.h +++ b/apt-pkg/indexrecords.h @@ -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 MetaKeys(); virtual bool Load(string Filename);