summaryrefslogtreecommitdiff
path: root/interchange
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-12 20:33:18 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-12 20:33:18 +0800
commitcad4bca73f494b8900f78961907d7f7cdc2265b1 (patch)
tree40e0e14c62960457952962fc69cd2656c0b6bf15 /interchange
parentaca2dbad31d1c7d76f08344244013c507d657222 (diff)
Revert "Product & order free-ers are now clearers"
This reverts commit aca2dbad31d1c7d76f08344244013c507d657222.
Diffstat (limited to 'interchange')
-rw-r--r--interchange/ord.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/interchange/ord.h b/interchange/ord.h
index d94c474..ed7933d 100644
--- a/interchange/ord.h
+++ b/interchange/ord.h
@@ -47,7 +47,7 @@ void interchange_ord_checkout(const char *order_profile,
const struct interchange_member *member,
void (*handler)(interchange_response *));
-void interchange_ord_clear_order(struct interchange_ord_order *order);
+void interchange_ord_free_order(struct interchange_ord_order *order);
void interchange_ord_free_transaction(struct interchange_ord_transaction
*transaction);