#include "matrix.h"\r
\r
+#include <stdio.h>\r
#include <mjson.h>\r
\r
\r
bool\r
MatrixClientInit(\r
MatrixClient * client,\r
- char * server, int serverLen\r
-) {\r
+ char * server, int serverLen)\r
+{\r
strcpy_s(\r
client->server,\r
SERVER_SIZE,\r
MatrixClient * client,\r
char * username, int usernameLen,\r
char * password, int passwordLen,\r
- char * displayName, int displayNameLen\r
-) {\r
+ char * displayName, int displayNameLen)\r
+{\r
static char requestBuffer[LOGIN_REQUEST_SIZE];\r
\r
int requestLen =\r