aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormanuroe <manu@matrix.org>2018-10-16 15:52:41 +0200
committermanuroe <manu@matrix.org>2018-10-16 15:52:41 +0200
commit2ea2bc8ebcaf6ee0d89dca8bca423cf742b5acd4 (patch)
treecc88d61c01cc0ccad9b1c7b8569cd5a656588c0e /include
parent03e0d1909b098b949528b7338cec724435aac7f2 (diff)
Fix compilation warning for olm_pk_private_key_length(void);
Diffstat (limited to 'include')
-rw-r--r--include/olm/pk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/olm/pk.h b/include/olm/pk.h
index 4278fca..c46baa0 100644
--- a/include/olm/pk.h
+++ b/include/olm/pk.h
@@ -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()
*/