From cad4bca73f494b8900f78961907d7f7cdc2265b1 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, 12 Mar 2023 20:33:18 +0800 Subject: Revert "Product & order free-ers are now clearers" This reverts commit aca2dbad31d1c7d76f08344244013c507d657222. --- interchange.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interchange.h') diff --git a/interchange.h b/interchange.h index 2775613..e890708 100644 --- a/interchange.h +++ b/interchange.h @@ -65,7 +65,7 @@ void interchange_product(const char *sku, void (*handler)(interchange_response * void interchange_page(const char *path, void (*handler)(interchange_response *)); -void interchange_clear_product(struct interchange_product *product); +void interchange_free_product(struct interchange_product *product); void interchange_free_catalog(struct interchange_catalog *catalog); -- cgit v1.2.3