summaryrefslogtreecommitdiff
path: root/icclient/catalog.h
blob: b38434bf292f6c7cc7a7da5e3046929bf4b4205e (plain)
1
2
3
4
5
6
7
8
9
#ifndef ICCLIENT_CATALOG_H
#define ICCLIENT_CATALOG_H

struct icclient_catalog {
	size_t length;
	struct icclient_product *products[];
};

#endif // ICCLIENT_CATALOG_H