From b148a5a81a4b6e96daba8c9fbb0e53afff8dcdca Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 27 Oct 2021 13:23:14 +0200 Subject: rename fest --- src/include/taler_json_lib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 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 8a2422f5..a4b17297 100644 --- a/src/include/taler_json_lib.h +++ b/src/include/taler_json_lib.h @@ -139,7 +139,7 @@ TALER_JSON_pack_time_rel_nbo (const char *name, * @return json pack specification */ struct GNUNET_JSON_PackSpec -TALER_JSON_pack_denomination_public_key ( +TALER_JSON_pack_denom_pub ( const char *name, const struct TALER_DenominationPublicKey *pk); @@ -153,7 +153,7 @@ TALER_JSON_pack_denomination_public_key ( * @return json pack specification */ struct GNUNET_JSON_PackSpec -TALER_JSON_pack_denomination_signature ( +TALER_JSON_pack_denom_sig ( const char *name, const struct TALER_DenominationSignature *sig); -- cgit v1.2.3