From 5fe434e35b65a42bc365404a7a6c3436a2a99a8b 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: Thu, 12 Sep 2019 13:06:26 +0800 Subject: The user nullness can be tested now --- rtclient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtclient.h') diff --git a/rtclient.h b/rtclient.h index ec92d64..cf5062a 100644 --- a/rtclient.h +++ b/rtclient.h @@ -9,7 +9,7 @@ extern "C" { bool rtclient_init(const char *server_url); void rtclient_login(const char *name, const char *password); - bool rtclient_userget(struct rt_user **userptr, const char *name); + void rtclient_userget(struct rt_user **userptr, const char *name); void rtclient_search(const char *query); void rtclient_userfree(struct rt_user *user); void rtclient_cleanup(); -- cgit v1.2.3