summaryrefslogtreecommitdiff
path: root/icclient
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-06-28 17:04:01 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-06-28 17:04:01 +0800
commit137ad27bed36437159ff9a29574a7ed840d4d96d (patch)
tree9041bf22119cde7928c4ce8598dea45ca518782e /icclient
parent63b109ca1c1c54319d164ddcfa5760aa66558ccd (diff)
Product init function
Diffstat (limited to 'icclient')
-rw-r--r--icclient/product.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/icclient/product.h b/icclient/product.h
index ba999b3..0affebc 100644
--- a/icclient/product.h
+++ b/icclient/product.h
@@ -23,6 +23,7 @@ struct icclient_product {
extern "C" {
#endif
+ void icclient_product_init(struct icclient_product *product);
void icclient_product_free(struct icclient_product *product);
#ifdef __cplusplus