diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-10 19:04:26 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-10 19:04:26 +0800 |
commit | 3f83bf24fd3d1f359b149d094fd86f795a3beed4 (patch) | |
tree | 59550805cd7b0ee59e828ffd61b9aa012ace0fee /icclient | |
parent | a9eac750ab758d279dc97fc4bc5075ddc6f22896 (diff) |
Add author member to product struct
Diffstat (limited to 'icclient')
-rw-r--r-- | icclient/product.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/icclient/product.h b/icclient/product.h index 4e879e0..5e78b2c 100644 --- a/icclient/product.h +++ b/icclient/product.h @@ -7,6 +7,7 @@ struct icclient_product { char *comment; char *image; double price; + char *author; }; #endif // ICCLIENT_PRODUCT_H |