diff options
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);
|
