summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-06-15 08:58:14 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-06-15 08:58:14 +0800
commitfbad60cda7587ccb8acd53e8bbef12a485f62862 (patch)
tree6c285aec37ec6db337700163c8ca3c0b01e405f7
parent66225020d3ef1e3825adfc9d4f9e38420f68546c (diff)
Add prod_group member to product struct
-rw-r--r--icclient/product.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/icclient/product.h b/icclient/product.h
index 266d707..e95404f 100644
--- a/icclient/product.h
+++ b/icclient/product.h
@@ -7,6 +7,7 @@ struct icclient_product {
char *comment;
char *image;
double price;
+ char *prod_group;
double weight;
char *author;
};