summaryrefslogtreecommitdiff
path: root/icclient
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-27 08:44:00 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-27 08:44:00 +0800
commit85bcd2881bb69fdff880b517541fd6ec77cc2a95 (patch)
treee57aaccdba40effb47c7d1a941ddba42d0a77736 /icclient
parente175a798b247aae05f807b919d9cb1c50968ac42 (diff)
Fix the newaccount prototype name
Diffstat (limited to 'icclient')
-rw-r--r--icclient/client.h2
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