From 85bcd2881bb69fdff880b517541fd6ec77cc2a95 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: Fri, 27 Sep 2019 08:44:00 +0800 Subject: Fix the newaccount prototype name --- 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 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 -- cgit v1.2.3