diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-16 20:19:31 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-16 20:20:53 +0800 |
commit | 47be7ba91f07acb7bf88b66fc706ee6b4add69bd (patch) | |
tree | b39b02a576df5ccffa22ae966b637f1e43cbc308 /icclient |
Takes the server URL as a parameter
Diffstat (limited to 'icclient')
-rw-r--r-- | icclient/client.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/icclient/client.h b/icclient/client.h new file mode 100644 index 0000000..9273987 --- /dev/null +++ b/icclient/client.h @@ -0,0 +1,15 @@ +#ifndef ICCLIENT_H +#define ICCLIENT_H + +#ifdef __cplusplus +extern "C" { +#endif + + bool icclient_init(const char *url); + void icclient_cleanup(); + +#ifdef __cplusplus +} +#endif + +#endif // ICCLIENT_H |