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

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

#endif // ICCLIENT_PRODUCT_H