diff options
| author | Patrick | 2023-07-03 13:39:12 +0200 |
|---|---|---|
| committer | Patrick | 2023-07-03 13:39:12 +0200 |
| commit | a6eff84624ab1f3786d02aa2ec740b9a88090d94 (patch) | |
| tree | 7603296a72dca1d289be923fbae47d36109c6bdb /src/matrix.h | |
| parent | fb5f3a8652d1cd3e4d8207f8718359f90636b5b3 (diff) | |
| download | matrix_esp_thesis-a6eff84624ab1f3786d02aa2ec740b9a88090d94.tar.gz matrix_esp_thesis-a6eff84624ab1f3786d02aa2ec740b9a88090d94.zip | |
upload device/onetime keys, fix recurring http accesses
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);
|
