summaryrefslogtreecommitdiff
path: root/rtclient.h
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-12 13:06:26 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-12 13:06:26 +0800
commit5fe434e35b65a42bc365404a7a6c3436a2a99a8b (patch)
tree8e4775d124d42023aa3e2d43070b932114192a99 /rtclient.h
parentafcfe1bf43eab83357f88fc71ddeb9b0356fd3d0 (diff)
The user nullness can be tested now
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 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();