summaryrefslogtreecommitdiff
path: root/icclient
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-01-09 18:32:38 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-01-09 18:32:38 +0800
commitbb82bca5e84f9903ffa2587d3e74fa8081adb73d (patch)
treea9d6a9daaa3d2cd78029e111247e445bc2087750 /icclient
parent30f1fc881134c957a09731218b16d99727fa6373 (diff)
First and last names documentations
Diffstat (limited to 'icclient')
-rw-r--r--icclient/member.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/icclient/member.h b/icclient/member.h
index 7f643ab..682b5d2 100644
--- a/icclient/member.h
+++ b/icclient/member.h
@@ -10,8 +10,8 @@ struct icclient_user {
char *mod_time;
char *s_nickname;
char *company;
- char *fname;
- char *lname;
+ char *fname; /*!< Shipping first name */
+ char *lname; /*!< Shipping last name */
char *address1;
char *address2;
char *address3;
@@ -22,8 +22,8 @@ struct icclient_user {
char *phone_day;
char *mv_shipmode;
char *b_nickname;
- char *b_fname;
- char *b_lname;
+ char *b_fname; /*!< Billing first name */
+ char *b_lname; /*!< Billing last name */
char *b_company;
char *b_address1;
char *b_address2;