summaryrefslogtreecommitdiff
path: root/icclient/member.h
diff options
context:
space:
mode:
Diffstat (limited to 'icclient/member.h')
-rw-r--r--icclient/member.h14
1 files changed, 7 insertions, 7 deletions
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
}