summaryrefslogtreecommitdiff
path: root/rtclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtclient.h')
-rw-r--r--rtclient.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/rtclient.h b/rtclient.h
index df96f3e..e53591b 100644
--- a/rtclient.h
+++ b/rtclient.h
@@ -11,8 +11,9 @@ extern "C" {
bool rtclient_init(const char *server_url);
void rtclient_login(const char *name, const char *password);
void rtclient_userget(struct rt_user **userptr, const char *name);
- void rtclient_search(struct rt_ticketlist **listptr, const char *query);
+ void rtclient_ticketssearch(struct rt_ticketlist **listptr, const char *query);
void rtclient_userfree(struct rt_user *user);
+ void rtclient_ticketsfree(struct rt_ticketlist *list);
void rtclient_cleanup();
#ifdef __cplusplus