diff options
| author | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-23 15:36:18 +0800 |
|---|---|---|
| committer | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-23 15:36:18 +0800 |
| commit | f14878b05ee885f1747feab256011b4da72ae778 (patch) | |
| tree | e9415590ecccaa1fe30b20a49f418990d650302f /rtclient.h | |
| parent | c592064dda137e81cee7a421bb68fa83535542bd (diff) | |
Started to use cURL
Diffstat (limited to 'rtclient.h')
| -rw-r--r-- | rtclient.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/rtclient.h b/rtclient.h new file mode 100644 index 0000000..53b8a51 --- /dev/null +++ b/rtclient.h @@ -0,0 +1,15 @@ +#ifndef RTCLIENT_H +#define RTCLIENT_H + +#ifdef __cplusplus +extern "C" { +#endif + + bool rtclient_init(); + void rtclient_cleanup(); + +#ifdef __cplusplus +} +#endif + +#endif // RTCLIENT_H |