summary refs log tree commit diff
path: root/src/Cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cache.h')
-rw-r--r--src/Cache.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Cache.h b/src/Cache.h

index f38f1960..91956725 100644 --- a/src/Cache.h +++ b/src/Cache.h
@@ -282,4 +282,9 @@ saveOlmAccount(const std::string &pickled); std::string restoreOlmAccount(); + +void +storeSecret(const std::string &name, const std::string &secret); +std::optional<std::string> +secret(const std::string &name); }