Fix compilation warning for olm_pk_private_key_length(void);
This commit is contained in:
parent
03e0d1909b
commit
2ea2bc8ebc
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ size_t olm_clear_pk_decryption(
|
|||
|
||||
/** Get the number of bytes required to store an olm private key
|
||||
*/
|
||||
size_t olm_pk_private_key_length();
|
||||
size_t olm_pk_private_key_length(void);
|
||||
|
||||
/** DEPRECATED: Use olm_pk_private_key_length()
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue