summaryrefslogtreecommitdiff
path: root/rtclient.h
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-12 10:45:28 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-12 10:45:28 +0800
commitbf2f5bae48a3f7daee7f2096328dada68eacd3fd (patch)
treec4394509cf9a194b9241d67fd9b773b3383d18c2 /rtclient.h
parent73a484ced42c0370ea8569dc25be433904ca8647 (diff)
Add ptr to a rtclient parameter
to be more correct, like in getline.
Diffstat (limited to 'rtclient.h')
-rw-r--r--rtclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtclient.h b/rtclient.h
index 32028b1..1fbf589 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_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();