aboutsummaryrefslogtreecommitdiff
path: root/include/olm/olm.hh
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2016-05-16 11:22:10 +0100
committerRichard van der Hoff <richard@matrix.org>2016-05-16 11:22:10 +0100
commitd37edaecc5fcdcc18ec1615c485f4410d6cbb4bb (patch)
treefcc4ad015412b06fdf14a0928703db87ca8e1080 /include/olm/olm.hh
parentb1db016baa2a66b37d309a627d9dd00486f57cc9 (diff)
parent3965320a9ce2a41a96b962e8f5bf396f328d1aad (diff)
Merge branch 'rav/remove_logging'
Diffstat (limited to 'include/olm/olm.hh')
-rw-r--r--include/olm/olm.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/olm/olm.hh b/include/olm/olm.hh
index ceb8be9..ffecb10 100644
--- a/include/olm/olm.hh
+++ b/include/olm/olm.hh
@@ -25,9 +25,9 @@ extern "C" {
static const size_t OLM_MESSAGE_TYPE_PRE_KEY = 0;
static const size_t OLM_MESSAGE_TYPE_MESSAGE = 1;
-struct OlmAccount;
-struct OlmSession;
-struct OlmUtility;
+typedef struct OlmAccount OlmAccount;
+typedef struct OlmSession OlmSession;
+typedef struct OlmUtility OlmUtility;
/** The size of an account object in bytes */
size_t olm_account_size();