From 1a1f3c047d36dd59958d3dba6e4fa690d2178fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Sat, 11 Jul 2020 10:29:39 +0800 Subject: Move newaccount, login, logout to member namespace --- icclient/client.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'icclient/client.h') diff --git a/icclient/client.h b/icclient/client.h index a58bce1..ee11a2a 100644 --- a/icclient/client.h +++ b/icclient/client.h @@ -3,7 +3,6 @@ struct icclient_product; struct icclient_catalog; -struct icclient_member; struct icclient_ord_order; #ifdef __cplusplus @@ -54,17 +53,6 @@ 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_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_member *member, - const char *username, const char *password, - const char *successpage, const char *nextpage, - const char *failpage); - void icclient_logout(); void icclient_page(const char *path, size_t (*handler)(void *, size_t, size_t, void *), void **dataptr); -- cgit v1.2.3