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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Cache.h b/src/Cache.h

index 34e79ab5..0c955c92 100644 --- a/src/Cache.h +++ b/src/Cache.h
@@ -61,7 +61,7 @@ std::string statusMessage(const std::string &user_id); //! user Cache -UserCache +std::optional<UserCache> getUserCache(const std::string &user_id); int @@ -71,7 +71,7 @@ int deleteUserCache(const std::string &user_id); //! verified Cache -DeviceVerifiedCache +std::optional<DeviceVerifiedCache> getVerifiedCache(const std::string &user_id); int