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.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 rtclient.h (limited to 'rtclient.h') diff --git a/rtclient.h b/rtclient.h new file mode 100644 index 0000000..dac2198 --- /dev/null +++ b/rtclient.h @@ -0,0 +1,16 @@ +#ifndef RTCLIENT_H +#define RTCLIENT_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 -- cgit v1.2.3