From 9d45ab471766dac122617330bce6e817ec72add9 Mon Sep 17 00:00:00 2001 From: ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ Date: Sun, 14 Jun 2020 16:59:37 +0800 Subject: Add weight member to product struct --- icclient/product.h | 1 + 1 file changed, 1 insertion(+) (limited to 'icclient') 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; }; -- cgit v1.3