Skip to content
Snippets Groups Projects
Commit 2ea2bc8e authored by manuroe's avatar manuroe
Browse files

Fix compilation warning for olm_pk_private_key_length(void);

parent 03e0d190
No related branches found
No related tags found
No related merge requests found
......@@ -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()
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment