diff options
Diffstat (limited to 'icclient/client.h')
-rw-r--r-- | icclient/client.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/icclient/client.h b/icclient/client.h index 7b7306d..a58bce1 100644 --- a/icclient/client.h +++ b/icclient/client.h @@ -3,7 +3,7 @@ struct icclient_product; struct icclient_catalog; -struct icclient_user; +struct icclient_member; struct icclient_ord_order; #ifdef __cplusplus @@ -55,12 +55,12 @@ extern "C" { void icclient_order(const char *sku, const struct icclient_catalog *catalog, struct icclient_ord_order **orderptr); void icclient_newaccount(size_t (*handler)(void *, size_t, size_t, void *), - struct icclient_user *user, + struct icclient_member *member, const char *username, const char *password, const char *verify, const char *successpage, const char *nextpage, const char *failpage); void icclient_login(size_t (*handler)(void *, size_t, size_t, void *), - struct icclient_user *user, + struct icclient_member *member, const char *username, const char *password, const char *successpage, const char *nextpage, const char *failpage); |