diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-12 20:33:18 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-12 20:33:18 +0800 |
commit | cad4bca73f494b8900f78961907d7f7cdc2265b1 (patch) | |
tree | 40e0e14c62960457952962fc69cd2656c0b6bf15 /interchange.h | |
parent | aca2dbad31d1c7d76f08344244013c507d657222 (diff) |
Revert "Product & order free-ers are now clearers"
This reverts commit aca2dbad31d1c7d76f08344244013c507d657222.
Diffstat (limited to 'interchange.h')
-rw-r--r-- | interchange.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |