From 47be7ba91f07acb7bf88b66fc706ee6b4add69bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Mon, 16 Sep 2019 20:19:31 +0800 Subject: Takes the server URL as a parameter --- icclient/client.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 icclient/client.h (limited to 'icclient') 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 -- cgit v1.2.3