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