diff options
Diffstat (limited to 'rtclient.h')
-rw-r--r-- | rtclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |