From f4f2546bad4ad3bffb2ffe8f561445c81dd2fda5 Mon Sep 17 00:00:00 2001 From: Erik Prabowo Kamal Date: Sat, 31 Aug 2019 18:12:36 +0800 Subject: Initialisation takes the server URL as a parameter --- rtclient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtclient.h') diff --git a/rtclient.h b/rtclient.h index dfeea5b..228c141 100644 --- a/rtclient.h +++ b/rtclient.h @@ -5,7 +5,7 @@ extern "C" { #endif - bool rtclient_init(); + bool rtclient_init(const char *server_url); void rtclient_login(const char *name, const char *password); void rtclient_cleanup(); -- cgit v1.2.3