diff options
Diffstat (limited to 'icclient/member.h')
| -rw-r--r-- | icclient/member.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/icclient/member.h b/icclient/member.h index 1c0943a..feee6c3 100644 --- a/icclient/member.h +++ b/icclient/member.h @@ -62,10 +62,10 @@ extern "C" { struct icclient_member *icclient_member_newaccount(const char *username, const char *password, const char *verify, const char *successpage, - const char *nextpage, const char *failpage, icclient_handler handler); + 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, icclient_handler handler); + const char *nextpage, const char *failpage, 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, |