diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-13 10:48:40 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-13 10:48:40 +0800 |
commit | fd5d8325585c897f7d7fab7209c043bf1624acea (patch) | |
tree | e955b44868b4472edbee82622de20b11ebe64ccb /interchange/ord.h | |
parent | 0b61367927c2b77cce75a43e3db0e2a36d1dfe0b (diff) |
Transaction free-er is now a clearer
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..b6d00a4 100644 --- a/interchange/ord.h +++ b/interchange/ord.h @@ -49,7 +49,7 @@ void interchange_ord_checkout(const char *order_profile, void interchange_ord_free_order(struct interchange_ord_order *order); -void interchange_ord_free_transaction(struct interchange_ord_transaction +void interchange_ord_clear_transaction(struct interchange_ord_transaction *transaction); #ifdef __cplusplus |