summaryrefslogtreecommitdiff
path: root/src/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage.h')
-rw-r--r--src/storage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storage.h b/src/storage.h
index 9e22a4a..86dc48f 100644
--- a/src/storage.h
+++ b/src/storage.h
@@ -102,6 +102,7 @@ struct Storage::Priv
{
shared_ptr<StorageBackend> backend;
+ Digest storeBytes(const vector<uint8_t> &) const;
optional<vector<uint8_t>> loadBytes(const Digest & digest) const;
template<class S>