diff options
Diffstat (limited to 'icclient/member.h')
-rw-r--r-- | icclient/member.h | 8 |
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; |