summaryrefslogtreecommitdiff
path: root/icclient
diff options
context:
space:
mode:
Diffstat (limited to 'icclient')
-rw-r--r--icclient/catalog.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/icclient/catalog.h b/icclient/catalog.h
index 677d691..9d15a1a 100644
--- a/icclient/catalog.h
+++ b/icclient/catalog.h
@@ -6,6 +6,11 @@ struct icclient_catalog {
struct icclient_product *products[];
};
+struct icclient_catalog_callback {
+ struct icclient_catalog **catalog;
+ void (*callback)(struct icclient_catalog *);
+};
+
#ifdef __cplusplus
extern "C" {
#endif