diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-20 11:24:12 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-20 11:24:12 +0800 |
commit | a3b91bf175b9d51fdd3674112e60a773f13c8ea9 (patch) | |
tree | c297742f6f068afed7fe7e901192cd21d2f7b9ee /icclient/client.h | |
parent | 0d45381125b73feea759213b8341deb4e08d600c (diff) |
Move product freeing implementation to product's own implementation
Diffstat (limited to 'icclient/client.h')
-rw-r--r-- | icclient/client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/icclient/client.h b/icclient/client.h index 995c948..4a9ac6a 100644 --- a/icclient/client.h +++ b/icclient/client.h @@ -73,7 +73,6 @@ extern "C" { size_t (*handler)(void *contents, size_t size, size_t nmemb, void *userdata), void **dataptr); - void icclient_freeproduct(struct icclient_product *product); void icclient_freecatalog(struct icclient_catalog *catalog); void icclient_cleanup(); |