From ec402bfaa90cdb52276f5ccc2525e799cb4419d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 11 Jan 2020 16:13:40 +0100 Subject: Request missing data from network --- src/storage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/storage.h') 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 backend; + Digest storeBytes(const vector &) const; optional> loadBytes(const Digest & digest) const; template -- cgit v1.2.3