diff options
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 40fdfda..6116c1f 100644 --- a/icclient/client.h +++ b/icclient/client.h @@ -6,7 +6,7 @@ extern "C" { #endif bool icclient_init(const char *url, const char *certificate); - void icclient_user_newaccount(const char *username, const char *password + void icclient_newaccount(const char *username, const char *password , const char *verify, const char *successpage , const char *nextpage, const char *failpage); void icclient_login(const char *username, const char *password |