Index: omaha_hash_calculator.h |
diff --git a/omaha_hash_calculator.h b/omaha_hash_calculator.h |
index 5daba78b38f099e857a83a9771a05990d2fe1a1c..dc9fe4ef02099cf16a9b3282b0a886d37d4237c7 100644 |
--- a/omaha_hash_calculator.h |
+++ b/omaha_hash_calculator.h |
@@ -62,6 +62,8 @@ class OmahaHashCalculator { |
static bool RawHashOfData(const std::vector<char>& data, |
std::vector<char>* out_hash); |
+ static off_t RawHashOfFile(const std::string& name, off_t length, |
+ std::vector<char>* out_hash); |
// Used by tests |
static std::string OmahaHashOfBytes(const void* data, size_t length); |