From 7d9f4347829af7f39393f5808a1f8d6bbea89a51 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 21 Feb 2022 00:25:06 +0100 Subject: -big renaming of structs for consistent naming with P suffix --- src/backend/taler-merchant-httpd_private-get-orders-ID.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/backend/taler-merchant-httpd_private-get-orders-ID.c') diff --git a/src/backend/taler-merchant-httpd_private-get-orders-ID.c b/src/backend/taler-merchant-httpd_private-get-orders-ID.c index 5cfba15e..6ef119c5 100644 --- a/src/backend/taler-merchant-httpd_private-get-orders-ID.c +++ b/src/backend/taler-merchant-httpd_private-get-orders-ID.c @@ -83,7 +83,7 @@ struct TransferQuery /** * Hash of the merchant's bank account the transfer (presumably) went to. */ - struct TALER_MerchantWireHash h_wire; + struct TALER_MerchantWireHashP h_wire; /** * Value deposited (including deposit fee). @@ -200,7 +200,7 @@ struct GetOrderRequestContext /** * Hash over the @e contract_terms. */ - struct TALER_PrivateContractHash h_contract_terms; + struct TALER_PrivateContractHashP h_contract_terms; /** * Total amount the exchange deposited into our bank account @@ -677,7 +677,7 @@ static void deposit_cb (void *cls, uint64_t deposit_serial, const char *exchange_url, - const struct TALER_MerchantWireHash *h_wire, + const struct TALER_MerchantWireHashP *h_wire, const struct TALER_Amount *amount_with_fee, const struct TALER_Amount *deposit_fee, const struct TALER_CoinSpendPublicKeyP *coin_pub) @@ -1444,7 +1444,7 @@ TMH_private_get_orders_ID (const struct TMH_RequestHandler *rh, } { - struct TALER_PrivateContractHash *h_contract = NULL; + struct TALER_PrivateContractHashP *h_contract = NULL; /* In a session-bound payment, allow the browser to check the order * status page (e.g. to get a refund). -- cgit v1.2.3