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/json/json_helper.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/json') diff --git a/src/json/json_helper.c b/src/json/json_helper.c index d468b4bce..d509f4eff 100644 --- a/src/json/json_helper.c +++ b/src/json/json_helper.c @@ -506,8 +506,8 @@ clean_denom_pub (void *cls, 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) { struct GNUNET_JSON_Specification ret = { .parser = &parse_denom_pub, @@ -599,8 +599,8 @@ clean_denom_sig (void *cls, 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) { struct GNUNET_JSON_Specification ret = { .parser = &parse_denom_sig, -- cgit v1.2.3