summaryrefslogtreecommitdiff
path: root/rtclient/rtclient.h
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-15 18:34:46 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-15 18:34:46 +0800
commitcb9020218b20470b483197dd6662c0fae3237e3b (patch)
tree8fe3771d7b9e0a9eac8773b67e6eb546e9ff9c23 /rtclient/rtclient.h
parentebe1b206455adb101c38873ebf9b08150cda726a (diff)
Rename rtclient.h to client.h
for consistency
Diffstat (limited to 'rtclient/rtclient.h')
-rw-r--r--rtclient/rtclient.h19
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