diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-10-27 13:42:54 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-10-27 13:42:54 +0200 |
commit | 77142acbe800d6f8fe0d8f65374403353ede5d30 (patch) | |
tree | 82b827d26040a2ba2f38a1cf356946479d38428a /src/json | |
parent | b148a5a81a4b6e96daba8c9fbb0e53afff8dcdca (diff) |
fix lib/ FTBFS
Diffstat (limited to 'src/json')
-rw-r--r-- | src/json/json_helper.c | 8 |
1 files changed, 4 insertions, 4 deletions
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, |