summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-18 08:15:36 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-18 08:15:36 +0800
commitfc634eb41958aa8e0b57ca2ce157b563b3aed9af (patch)
treeb5900d0d59ceb314152771757871ea560a58c13a
parent1df77942aee0dbd6e79e5aa019d2bcb95c59e6ec (diff)
Interface for free_response
-rw-r--r--icclient.h2
1 files changed, 2 insertions, 0 deletions
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