diff options
Diffstat (limited to 'rtclient.h')
| -rw-r--r-- | rtclient.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/rtclient.h b/rtclient.h deleted file mode 100644 index a872f37..0000000 --- a/rtclient.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef RTCLIENT_H -#define RTCLIENT_H - -#include "rtuser.h" -#include "rtticket.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_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 -} -#endif - -#endif // RTCLIENT_H |