From 7b649aee5d672b791b33a93a6dc9730c22e88068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Sat, 7 Sep 2019 21:44:51 +0800 Subject: Preparing the user function to return info --- rtclient.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rtclient.h') diff --git a/rtclient.h b/rtclient.h index dd3cb61..bdf6965 100644 --- a/rtclient.h +++ b/rtclient.h @@ -1,13 +1,15 @@ #ifndef RTCLIENT_H #define RTCLIENT_H +#include "rtuser.h" + #ifdef __cplusplus extern "C" { #endif bool rtclient_init(const char *server_url); void rtclient_login(const char *name, const char *password); - void rtclient_user(const char *name); + struct rt_user *rtclient_user(const char *name); void rtclient_search(const char *query); void rtclient_cleanup(); -- cgit v1.2.3