diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-01-15 17:22:33 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-01-15 17:22:33 +0800 |
commit | 2dec73680d1f007235d52abd9e1aa6c89ecf361c (patch) | |
tree | 64c8a9986b449af65a5d7f8f838d0f2b2b5c613b /rtclient/client.h | |
parent | 118d843047419c9bbce5af81abd73c261a18d52b (diff) |
Rename rtclient/client.h to rtclient.h
Diffstat (limited to 'rtclient/client.h')
-rw-r--r-- | rtclient/client.h | 16 |
1 files changed, 0 insertions, 16 deletions
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 |