From 6ff383c3d12dc215123fb975b453ca74b1bef162 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:02:39 +0800 Subject: Rename icclient_user to icclient_member --- icclient/member.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'icclient/member.h') diff --git a/icclient/member.h b/icclient/member.h index 682b5d2..dd44e78 100644 --- a/icclient/member.h +++ b/icclient/member.h @@ -1,7 +1,7 @@ #ifndef ICCLIENT_MEMBER_H #define ICCLIENT_MEMBER_H -struct icclient_user { +struct icclient_member { char *username; char *usernick; char *password; @@ -55,12 +55,12 @@ struct icclient_user { extern "C" { #endif - void icclient_user_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, const char *phone_day); - void icclient_user_changepassword(const char *password_old, const char *password - , const char *verify); + 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, + const char *phone_day); + void icclient_member_changepassword(const char *password_old, const char *password, + const char *verify); #ifdef __cplusplus } -- cgit v1.2.3