From 16b8e66c64ee8acd6ea2ce34372e52406a990d2a Mon Sep 17 00:00:00 2001 From: Erik Prabowo Kamal Date: Fri, 30 Aug 2019 18:52:32 +0800 Subject: Managed to post login credentials to the RT server For now, it's just to get a response --- rtclient.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rtclient.h') 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 -- cgit v1.2.3