diff options
| author | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-30 18:52:32 +0800 |
|---|---|---|
| committer | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-30 18:52:32 +0800 |
| commit | 16b8e66c64ee8acd6ea2ce34372e52406a990d2a (patch) | |
| tree | b3dfd8b7eb9e30bbe43fb0a3c0bd6ba1cec5908f /rtclient.h | |
| parent | 89cd9ab12cb2aa09f92e312cd0418a036dc0ed8d (diff) | |
Managed to post login credentials to the RT server
For now, it's just to get a response
Diffstat (limited to 'rtclient.h')
| -rw-r--r-- | rtclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ extern "C" { #endif bool rtclient_init(); + void rtclient_login(const char *name, const char *password); void rtclient_cleanup(); #ifdef __cplusplus |