summaryrefslogtreecommitdiff
path: root/icclient
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-13 07:06:14 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-13 07:06:30 +0800
commitb188f0557911ddb353f8b78d6770ba9fd0114329 (patch)
treefe54cdb1a6fac9bf6822427597c9596f5a3dc066 /icclient
parent07435e79294202706ccf71f91eab48bcd122c459 (diff)
Just use memset instead of a special init function
Diffstat (limited to 'icclient')
-rw-r--r--icclient/product.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/icclient/product.h b/icclient/product.h
index c3e91bd..8fa6bc3 100644
--- a/icclient/product.h
+++ b/icclient/product.h
@@ -23,11 +23,10 @@ struct icclient_product {
extern "C" {
#endif
- void icclient_product_init(struct icclient_product *product);
void icclient_product_free(struct icclient_product *product);
#ifdef __cplusplus
}
#endif
-#endif // ICCLIENT_PRODUCT_H
+#endif