From fc634eb41958aa8e0b57ca2ce157b563b3aed9af 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: Fri, 18 Jun 2021 08:15:36 +0800 Subject: Interface for free_response --- icclient.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/icclient.h b/icclient.h index 670e2df..c02e8f7 100644 --- a/icclient.h +++ b/icclient.h @@ -66,6 +66,8 @@ void icclient_free_product(struct icclient_product *product); void icclient_free_catalog(struct icclient_catalog *catalog); +void icclient_free_response(icclient_response *response); + void icclient_cleanup(); #ifdef __cplusplus -- cgit v1.2.3