From 544ba42f445cbff2f544d7e1c83aaffcfa75af3a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 21 Feb 2022 00:23:23 +0100 Subject: -big renaming of structs for consistent naming with P suffix --- src/include/taler_json_lib.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/include/taler_json_lib.h') diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h index 8a7e5cd8b..6238c07d3 100644 --- a/src/include/taler_json_lib.h +++ b/src/include/taler_json_lib.h @@ -400,7 +400,7 @@ TALER_JSON_spec_i18n_str (const char *name, */ enum GNUNET_GenericReturnValue TALER_JSON_contract_hash (const json_t *json, - struct TALER_PrivateContractHash *hc); + struct TALER_PrivateContractHashP *hc); /** @@ -522,7 +522,7 @@ TALER_JSON_get_error_code2 (const void *data, */ enum GNUNET_GenericReturnValue TALER_JSON_merchant_wire_signature_hash (const json_t *wire_s, - struct TALER_MerchantWireHash *hc); + struct TALER_MerchantWireHashP *hc); /** @@ -623,7 +623,7 @@ TALER_JSON_wire_to_payto (const json_t *wire_s); */ void TALER_deposit_extension_hash (const json_t *extensions, - struct TALER_ExtensionContractHash *ech); + struct TALER_ExtensionContractHashP *ech); /** * Hash the @a config of an extension, given as JSON @@ -634,7 +634,7 @@ TALER_deposit_extension_hash (const json_t *extensions, */ enum GNUNET_GenericReturnValue TALER_JSON_extensions_config_hash (const json_t *config, - struct TALER_ExtensionConfigHash *eh); + struct TALER_ExtensionConfigHashP *eh); /** * Canonicalize a JSON input to a string according to RFC 8785. -- cgit v1.2.3