diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-17 17:09:45 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-17 17:09:45 +0800 |
| commit | 28dd96a0da198e3919b9e874773c57cb56a40157 (patch) | |
| tree | b8ad329c5b17893986dbbe5dc6f37e662bc897b2 /icclient/member.h | |
| parent | 54079689a77536bf43a76b851a7a82f3ce884254 (diff) | |
success, fail, and next page parameters aren't used for now
Diffstat (limited to 'icclient/member.h')
| -rw-r--r-- | icclient/member.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/icclient/member.h b/icclient/member.h index feee6c3..3c6a41d 100644 --- a/icclient/member.h +++ b/icclient/member.h @@ -60,12 +60,10 @@ struct icclient_member { extern "C" { #endif - struct icclient_member *icclient_member_newaccount(const char *username, - const char *password, const char *verify, const char *successpage, - const char *nextpage, const char *failpage, void (*handler)(icclient_fetch_t *)); - struct icclient_member *icclient_member_login(const char *username, - const char *password, const char *successpage, - const char *nextpage, const char *failpage, void (*handler)(icclient_fetch_t *)); + struct icclient_member *icclient_member_newaccount(const char *username, const char *password, const char *verify, + void (*handler)(icclient_fetch_t *)); + struct icclient_member *icclient_member_login(const char *username, const char *password, + void (*handler)(icclient_fetch_t *)); void icclient_member_account(const char *fname, const char *lname, const char *address1, const char *address2, const char *city, const char *state, const char *zip, const char *email, |