master
nixo 2020-01-06 15:39:37 +01:00
parent faecf1abf5
commit db9fa64b85
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ end
# Base.getpass("Account encryption key")
"The size of the output buffer needed to hold the identity keys"
account_identity_keys_length(a::OlmAccount) =
identity_keys_length(a::OlmAccount) =
ccall((:olm_account_identity_keys_length, libolm), Csize_t,
(Ptr{Cvoid},), a.ptr)