diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-13 07:47:38 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-13 07:47:38 +0800 |
commit | 19071e628c45c63a6c12d9dd67c76671770e3889 (patch) | |
tree | 2a6064d0bcb994d39986fc3e1a1b591bf72b4914 /interchange.h | |
parent | cad4bca73f494b8900f78961907d7f7cdc2265b1 (diff) |
Rename free_product to clear_product
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 e890708..2775613 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_free_product(struct interchange_product *product); +void interchange_clear_product(struct interchange_product *product); void interchange_free_catalog(struct interchange_catalog *catalog); |