summaryrefslogtreecommitdiff
path: root/icclient/product.h
blob: 266d7073a338fb745bf1c0750b45a5fe4db45240 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef ICCLIENT_PRODUCT_H
#define ICCLIENT_PRODUCT_H

struct icclient_product {
	char *sku;
	char *description;
	char *comment;
	char *image;
	double price;
	double weight;
	char *author;
};

#endif // ICCLIENT_PRODUCT_H