diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-12 10:45:28 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-12 10:45:28 +0800 |
commit | bf2f5bae48a3f7daee7f2096328dada68eacd3fd (patch) | |
tree | c4394509cf9a194b9241d67fd9b773b3383d18c2 /rtclient.h | |
parent | 73a484ced42c0370ea8569dc25be433904ca8647 (diff) |
Add ptr to a rtclient parameter
to be more correct, like in getline.
Diffstat (limited to 'rtclient.h')
-rw-r--r-- | rtclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ 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 **user, const char *name); + bool rtclient_get_user(struct rt_user **userptr, const char *name); void rtclient_search(const char *query); void rtclient_user_free(struct rt_user *user); void rtclient_cleanup(); |