abouttreesummaryrefslogcommitdiff
path: root/src/matrix.h
diff options
context:
space:
mode:
authorPatrick2023-07-03 13:39:12 +0200
committerPatrick2023-07-03 13:39:12 +0200
commita6eff84624ab1f3786d02aa2ec740b9a88090d94 (patch)
tree7603296a72dca1d289be923fbae47d36109c6bdb /src/matrix.h
parentfb5f3a8652d1cd3e4d8207f8718359f90636b5b3 (diff)
downloadmatrix_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.h4
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);