From 464bfb1912d0806143386f61c33dd45fbafc38e8 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 17 Jul 2023 17:37:49 +0200 Subject: cli send, save and load --- src/matrix.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/matrix.h') diff --git a/src/matrix.h b/src/matrix.h index 32b8294..91ed208 100644 --- a/src/matrix.h +++ b/src/matrix.h @@ -156,6 +156,16 @@ MatrixClientInit( MatrixClient * client, const char * server); +bool +MatrixClientSave( + MatrixClient * client, + const char * filename); + +bool +MatrixClientLoad( + MatrixClient * client, + const char * filename); + bool MatrixClientSetAccessToken( MatrixClient * client, -- cgit v1.2.3