From f94443c63dfd63300e5bd29889935fd1f451175e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 21 Dec 2019 21:42:20 +0100 Subject: Identity storage and modification --- 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 2a0ad7e..e675848 100644 --- a/src/storage.h +++ b/src/storage.h @@ -19,6 +19,7 @@ struct Storage::Priv fs::path root; fs::path objectPath(const Digest &) const; + fs::path keyPath(const Digest &) const; optional> loadBytes(const Digest &) const; void storeBytes(const Digest &, const vector &) const; }; -- cgit v1.2.3