summaryrefslogtreecommitdiff
path: root/icclient
diff options
context:
space:
mode:
Diffstat (limited to 'icclient')
-rw-r--r--icclient/client.h1
-rw-r--r--icclient/product.h10
2 files changed, 10 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();
diff --git a/icclient/product.h b/icclient/product.h
index 4d7f0c7..ba999b3 100644
--- a/icclient/product.h
+++ b/icclient/product.h
@@ -19,4 +19,14 @@ struct icclient_product {
struct icclient_product_crosssell *crosssell;
};
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+ void icclient_product_free(struct icclient_product *product);
+
+#ifdef __cplusplus
+}
+#endif
+
#endif // ICCLIENT_PRODUCT_H