From 85bcd2881bb69fdff880b517541fd6ec77cc2a95 Mon Sep 17 00:00:00 2001 From: ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ 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(-) 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.3