From fd5d8325585c897f7d7fab7209c043bf1624acea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Mon, 13 Mar 2023 10:48:40 +0800 Subject: Transaction free-er is now a clearer --- interchange/ord.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interchange/ord.h') 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 -- cgit v1.2.3