From 57bb4f20c1cf737b49eac2a8be108a9ffbde60ce 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: Tue, 24 Sep 2019 23:07:24 +0800 Subject: Initialisation takes CA certificates file path --- icclient/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icclient') 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); -- cgit v1.2.3