X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/b02fffa64833e1f8e2617669d89de0a6d0882747..308b793694774eece8765d172b8e989d8ed29925:/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);