From 1bb0d789032201d688374e723f06239a716f3ac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Mon, 16 Sep 2019 20:48:22 +0800 Subject: Tidy up a bit --- rtclient/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtclient') diff --git a/rtclient/client.h b/rtclient/client.h index dcc8c7e..5ffcce3 100644 --- a/rtclient/client.h +++ b/rtclient/client.h @@ -8,7 +8,7 @@ extern "C" { #endif - bool rtclient_init(const char *server_url); + bool rtclient_init(const char *url); void rtclient_login(const char *name, const char *password); void rtclient_cleanup(); -- cgit v1.2.3