|
int | itemID |
|
char | name [L_ITEM_NAME] |
|
char | description [L_ITEM_DESCRIPTION] |
|
float | price |
|
int | sellerID |
|
int | nLikeRatings |
|
int | likeRatings [MAX_USERS] |
|
int | nDealRatings |
|
int | dealRatings [MAX_USERS] |
|
int | nSoldRatings |
|
int | soldRatings [MAX_USERS] |
|
The documentation for this struct was generated from the following file: