summaryrefslogtreecommitdiff
path: root/rtclient.h
diff options
context:
space:
mode:
authorErik Prabowo Kamal <erik@darapsa.co.id>2019-08-30 18:52:32 +0800
committerErik Prabowo Kamal <erik@darapsa.co.id>2019-08-30 18:52:32 +0800
commit16b8e66c64ee8acd6ea2ce34372e52406a990d2a (patch)
treeb3dfd8b7eb9e30bbe43fb0a3c0bd6ba1cec5908f /rtclient.h
parent89cd9ab12cb2aa09f92e312cd0418a036dc0ed8d (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtclient.h b/rtclient.h
index 53b8a51..dfeea5b 100644
--- a/rtclient.h
+++ b/rtclient.h
@@ -6,6 +6,7 @@ extern "C" {
#endif
bool rtclient_init();
+ void rtclient_login(const char *name, const char *password);
void rtclient_cleanup();
#ifdef __cplusplus