From afcfe1bf43eab83357f88fc71ddeb9b0356fd3d0 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 12:42:38 +0800 Subject: More consistent function names and make static reusable functions in the implementation --- rtclient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rtclient.h') diff --git a/rtclient.h b/rtclient.h index 1fbf589..ec92d64 100644 --- a/rtclient.h +++ b/rtclient.h @@ -9,9 +9,9 @@ extern "C" { bool rtclient_init(const char *server_url); void rtclient_login(const char *name, const char *password); - bool rtclient_get_user(struct rt_user **userptr, const char *name); + bool rtclient_userget(struct rt_user **userptr, const char *name); void rtclient_search(const char *query); - void rtclient_user_free(struct rt_user *user); + void rtclient_userfree(struct rt_user *user); void rtclient_cleanup(); #ifdef __cplusplus -- cgit v1.2.3