]> gitweb.ps.run Git - matrix_esp_thesis/blob - src/matrix.c
refactor fixedbuffer, add mjson
[matrix_esp_thesis] / src / matrix.c
1 #include "matrix.h"\r
2 \r
3 \r
4 bool\r
5 MatrixClientInit(\r
6     MatrixClient * client,\r
7     FixedBuffer server\r
8 ) {\r
9 \r
10 }\r
11 \r
12 bool\r
13 MatrixClientLoginPassword(\r
14     MatrixClient * client,\r
15     FixedBuffer username,\r
16     FixedBuffer password\r
17 ) {\r
18 \r
19 }\r
20 \r
21 bool\r
22 MatrixClientGetAccessToken(\r
23     MatrixClient * client,\r
24     FixedBuffer * outBuffer\r
25 ) {\r
26 \r
27 }\r