From 6646bd126f9faf1e687b203512d29da243acaa90 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 10 Jul 2023 20:57:49 +0200 Subject: more changes towards sharing megolm sessions --- src/matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/matrix.h') diff --git a/src/matrix.h b/src/matrix.h index 5963d7d..a06eab9 100644 --- a/src/matrix.h +++ b/src/matrix.h @@ -93,7 +93,7 @@ typedef struct MatrixOlmSession { } MatrixOlmSession; bool -MatrixOlmSessionFrom( +MatrixOlmSessionTo( MatrixOlmSession * session, OlmAccount * olmAccount, const char * deviceId, -- cgit v1.2.3