summaryrefslogtreecommitdiff
path: root/rtclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtclient.h')
-rw-r--r--rtclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtclient.h b/rtclient.h
index 228c141..50a44c7 100644
--- a/rtclient.h
+++ b/rtclient.h
@@ -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