diff options
Diffstat (limited to 'icclient/client.h')
-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 |