From 3f83bf24fd3d1f359b149d094fd86f795a3beed4 Mon Sep 17 00:00:00 2001 From: ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ Date: Wed, 10 Jun 2020 19:04:26 +0800 Subject: Add author 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 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 -- cgit v1.3