diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-04 18:04:11 +0800 |
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-04 18:04:11 +0800 |
| commit | e93d85b3c1515950fbb1c8d39f12566df87f1387 (patch) | |
| tree | 121157c7f5658e487a8fc12795c65eb38e7f2cb0 /rtclient.h | |
| parent | 578cf4ca96749ba0875d1f15333dea5b43e36011 (diff) | |
The search function
For now it only takes the query parameter, and the library user is responsible for building the query.
Diffstat (limited to 'rtclient.h')
| -rw-r--r-- | rtclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,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_search(const char *query); void rtclient_cleanup(); #ifdef __cplusplus |