diff options
Diffstat (limited to 'rtclient/rtclient.h')
| -rw-r--r-- | rtclient/rtclient.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/rtclient/rtclient.h b/rtclient/rtclient.h deleted file mode 100644 index dcc8c7e..0000000 --- a/rtclient/rtclient.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef RTCLIENT_H -#define RTCLIENT_H - -#include "user.h" -#include "ticket.h" - -#ifdef __cplusplus -extern "C" { -#endif - - bool rtclient_init(const char *server_url); - void rtclient_login(const char *name, const char *password); - void rtclient_cleanup(); - -#ifdef __cplusplus -} -#endif - -#endif // RTCLIENT_H |