From bdaaa0f6cb8f99168ed9916064a5e4145426480c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 19 Nov 2021 10:57:27 +0100 Subject: -fix misc. compiler warnings --- src/include/taler_json_lib.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (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 26df1f113..73d0c418f 100644 --- a/src/include/taler_json_lib.h +++ b/src/include/taler_json_lib.h @@ -627,6 +627,17 @@ char * TALER_JSON_wire_to_payto (const json_t *wire_s); +/** + * Hash @a extensions. + * + * @param extensions contract extensions to hash + * @param[out] ech where to write the extension hash + */ +void +TALER_deposit_extension_hash (const json_t *extensions, + struct TALER_ExtensionContractHash *ech); + + #endif /* TALER_JSON_LIB_H_ */ /* End of taler_json_lib.h */ -- cgit v1.2.3