From a6eff84624ab1f3786d02aa2ec740b9a88090d94 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 3 Jul 2023 13:39:12 +0200 Subject: upload device/onetime keys, fix recurring http accesses --- src/matrix.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/matrix.h') diff --git a/src/matrix.h b/src/matrix.h index 38fb767..72e865f 100644 --- a/src/matrix.h +++ b/src/matrix.h @@ -285,6 +285,10 @@ bool MatrixHttpInit( MatrixClient * client); +bool +MatrixHttpConnect( + MatrixClient * client); + bool MatrixHttpDeinit( MatrixClient * client); -- cgit v1.2.3