From 670dc1542e022391737c5fcf01b3cbe8f04c8327 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, 14 Sep 2019 10:11:10 +0800 Subject: Distribute code --- rtclient/rtclient.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'rtclient/rtclient.h') 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 -- cgit v1.2.3