diff options
| author | Patrick | 2023-07-17 17:37:49 +0200 |
|---|---|---|
| committer | Patrick | 2023-07-17 17:37:49 +0200 |
| commit | 464bfb1912d0806143386f61c33dd45fbafc38e8 (patch) | |
| tree | 0c6c64c8c144d262e64c14e5b3434b146928220d /src/matrix.h | |
| parent | 4c72c6901e007414aebb4cb6534c1a49d63558b0 (diff) | |
| download | matrix_esp_thesis-464bfb1912d0806143386f61c33dd45fbafc38e8.tar.gz matrix_esp_thesis-464bfb1912d0806143386f61c33dd45fbafc38e8.zip | |
cli send, save and load
Diffstat (limited to 'src/matrix.h')
| -rw-r--r-- | src/matrix.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/matrix.h b/src/matrix.h index 32b8294..91ed208 100644 --- a/src/matrix.h +++ b/src/matrix.h @@ -157,6 +157,16 @@ MatrixClientInit( const char * server);
bool
+MatrixClientSave(
+ MatrixClient * client,
+ const char * filename);
+
+bool
+MatrixClientLoad(
+ MatrixClient * client,
+ const char * filename);
+
+bool
MatrixClientSetAccessToken(
MatrixClient * client,
const char * accessToken);
|
