From b188f0557911ddb353f8b78d6770ba9fd0114329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Sun, 13 Jun 2021 07:06:14 +0800 Subject: Just use memset instead of a special init function --- icclient/product.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'icclient') 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 -- cgit v1.2.3