From 77142acbe800d6f8fe0d8f65374403353ede5d30 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 27 Oct 2021 13:42:54 +0200 Subject: fix lib/ FTBFS --- 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 a4b17297f..42c3669d2 100644 --- a/src/include/taler_json_lib.h +++ b/src/include/taler_json_lib.h @@ -311,8 +311,8 @@ TALER_JSON_spec_relative_time (const char *name, * @return corresponding field spec */ struct GNUNET_JSON_Specification -TALER_JSON_spec_denomination_public_key (const char *field, - struct TALER_DenominationPublicKey *pk); +TALER_JSON_spec_denom_pub (const char *field, + struct TALER_DenominationPublicKey *pk); /** @@ -323,8 +323,8 @@ TALER_JSON_spec_denomination_public_key (const char *field, * @return corresponding field spec */ struct GNUNET_JSON_Specification -TALER_JSON_spec_denomination_signature (const char *field, - struct TALER_DenominationSignature *sig); +TALER_JSON_spec_denom_sig (const char *field, + struct TALER_DenominationSignature *sig); /** -- cgit v1.2.3