diff options
Diffstat (limited to 'include/Olm.hpp')
-rw-r--r-- | include/Olm.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Olm.hpp b/include/Olm.hpp index 6f871628..eb7f9061 100644 --- a/include/Olm.hpp +++ b/include/Olm.hpp @@ -75,4 +75,7 @@ encrypt_group_message(const std::string &room_id, const std::string &device_id, const std::string &body); +void +mark_keys_as_published(); + } // namespace olm |