abouttreesummaryrefslogcommitdiff
path: root/src/matrix.h
diff options
context:
space:
mode:
authorPatrick2023-07-10 20:57:49 +0200
committerPatrick2023-07-10 20:57:49 +0200
commit6646bd126f9faf1e687b203512d29da243acaa90 (patch)
treeb69b1217c08a954b83bdc74ee5aeb37ba794b23c /src/matrix.h
parentf2840d9dd5b8a0683abee189e408c5a6de294eb7 (diff)
downloadmatrix_esp_thesis-6646bd126f9faf1e687b203512d29da243acaa90.tar.gz
matrix_esp_thesis-6646bd126f9faf1e687b203512d29da243acaa90.zip
more changes towards sharing megolm sessions
Diffstat (limited to 'src/matrix.h')
-rw-r--r--src/matrix.h2
1 files changed, 1 insertions, 1 deletions
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,