summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-06-14 16:59:37 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-06-14 16:59:37 +0800
commit9d45ab471766dac122617330bce6e817ec72add9 (patch)
tree7ff77aa04f69fab4727105441705cdb24f4a2835
parentb81dde02f6d31b559331f813102fd2d24d9efb85 (diff)
Add weight 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 5e78b2c..266d707 100644
--- a/icclient/product.h
+++ b/icclient/product.h
@@ -7,6 +7,7 @@ struct icclient_product {
char *comment;
char *image;
double price;
+ double weight;
char *author;
};