diff options
Diffstat (limited to 'src/matrix.h')
| -rw-r--r-- | src/matrix.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/matrix.h b/src/matrix.h index 38fb767..72e865f 100644 --- a/src/matrix.h +++ b/src/matrix.h @@ -286,6 +286,10 @@ MatrixHttpInit( MatrixClient * client);
bool
+MatrixHttpConnect(
+ MatrixClient * client);
+
+bool
MatrixHttpDeinit(
MatrixClient * client);
|
