diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-24 23:07:24 +0800 |
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-24 23:07:24 +0800 |
| commit | 57bb4f20c1cf737b49eac2a8be108a9ffbde60ce (patch) | |
| tree | 01a1857239886f61b433f72ae0ad826a74292654 /icclient | |
| parent | 396df5cd796f7eed89ff5a5acf6f7c714b2cf0a7 (diff) | |
Initialisation takes CA certificates file path
Diffstat (limited to 'icclient')
| -rw-r--r-- | icclient/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icclient/client.h b/icclient/client.h index bea8b51..53d5d77 100644 --- a/icclient/client.h +++ b/icclient/client.h @@ -5,7 +5,7 @@ extern "C" { #endif - bool icclient_init(const char *url); + bool icclient_init(const char *url, const char *certificate); void icclient_login(const char *username, const char *password , const char *successpage, const char *nextpage , const char *failpage); |