#include "matrix.h" bool MatrixClientInit( MatrixClient * client, FixedBuffer server ) { } bool MatrixClientLoginPassword( MatrixClient * client, FixedBuffer username, FixedBuffer password ) { } bool MatrixClientGetAccessToken( MatrixClient * client, FixedBuffer * outBuffer ) { }