From 137aa31e95d586a6739bbba9c2ea82debb6a5c43 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Wed, 15 Jul 2015 13:24:26 +0100 Subject: olm_account_last_error and olm_clear_account should take an Account not a Session --- include/olm/olm.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/olm') diff --git a/include/olm/olm.hh b/include/olm/olm.hh index 6b102d2..64454e6 100644 --- a/include/olm/olm.hh +++ b/include/olm/olm.hh @@ -52,7 +52,7 @@ size_t olm_error(); /** A null terminated string describing the most recent error to happen to an * account */ const char * olm_account_last_error( - OlmSession * account + OlmAccount * account ); /** A null terminated string describing the most recent error to happen to a @@ -63,7 +63,7 @@ const char * olm_session_last_error( /** Clears the memory used to back this account */ size_t olm_clear_account( - OlmSession * account + OlmAccount * account ); /** Clears the memory used to back this session */ -- cgit v1.2.3