summaryrefslogtreecommitdiff
path: root/rtclient/rtclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtclient/rtclient.h')
-rw-r--r--rtclient/rtclient.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/rtclient/rtclient.h b/rtclient/rtclient.h
index d9a3639..dcc8c7e 100644
--- a/rtclient/rtclient.h
+++ b/rtclient/rtclient.h
@@ -10,10 +10,6 @@ extern "C" {
bool rtclient_init(const char *server_url);
void rtclient_login(const char *name, const char *password);
- void rtclient_user_show(struct rt_user **userptr, const char *name);
- void rtclient_ticket_search(struct rt_ticketlist **listptr, const char *query);
- void rtclient_ticket_freelist(struct rt_ticketlist *list);
- void rtclient_user_free(struct rt_user *user);
void rtclient_cleanup();
#ifdef __cplusplus