diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-04 15:23:46 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-04 15:23:46 +0800 |
commit | ed0d6e131fd94f4ed151df12834feffa777db840 (patch) | |
tree | cc8b84e71f2b55ce50c58ec705c0be3e4977fe00 /rtclient.h | |
parent | 2ec07c04b8a4ea88cc1a2091130dd3404d950d0d (diff) |
Separated the user properties retrieval function
Diffstat (limited to 'rtclient.h')
-rw-r--r-- | rtclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ extern "C" { bool rtclient_init(const char *server_url); void rtclient_login(const char *name, const char *password); + void rtclient_user(const char *name); void rtclient_cleanup(); #ifdef __cplusplus |