From 2dec73680d1f007235d52abd9e1aa6c89ecf361c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Sat, 15 Jan 2022 17:22:33 +0800 Subject: Rename rtclient/client.h to rtclient.h --- rtclient/client.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 rtclient/client.h (limited to 'rtclient') diff --git a/rtclient/client.h b/rtclient/client.h deleted file mode 100644 index db9918e..0000000 --- a/rtclient/client.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef RTCLIENT_CLIENT_H -#define RTCLIENT_CLIENT_H - -#ifdef __cplusplus -extern "C" { -#endif - - bool rtclient_init(const char *url, const char *certificate); - void rtclient_login(const char *name, const char *password); - void rtclient_cleanup(); - -#ifdef __cplusplus -} -#endif - -#endif // RTCLIENT_CLIENT_H -- cgit v1.2.3