diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-12 20:27:23 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-12 20:27:23 +0800 |
commit | aca2dbad31d1c7d76f08344244013c507d657222 (patch) | |
tree | 5fd8c003f50d60b5ca65828d7951ad829de2e7bb /interchange/ord.h | |
parent | 7f0b0306514fc7187440998e183b9d6dfbaa2d01 (diff) |
Product & order free-ers are now clearers
Diffstat (limited to 'interchange/ord.h')
-rw-r--r-- | interchange/ord.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interchange/ord.h b/interchange/ord.h index ed7933d..d94c474 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_free_order(struct interchange_ord_order *order); +void interchange_ord_clear_order(struct interchange_ord_order *order); void interchange_ord_free_transaction(struct interchange_ord_transaction *transaction); |