From 1d54400a025ff62ad15b77ab117ea5188884b1a1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 31 Jul 2021 20:27:16 +0200 Subject: -more eliminations of json_pack --- src/include/taler_json_lib.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 4ed259b21..0cbeba082 100644 --- a/src/include/taler_json_lib.h +++ b/src/include/taler_json_lib.h @@ -103,9 +103,9 @@ TALER_JSON_pack_time_rel_nbo (const char *name, * @return json pack specification */ struct GNUNET_JSON_PackSpec -TALER_JSON_pack_denomination_public_key (const char *name, - const struct - TALER_DenominationPublicKey *pk); +TALER_JSON_pack_denomination_public_key ( + const char *name, + const struct TALER_DenominationPublicKey *pk); /** @@ -117,9 +117,9 @@ TALER_JSON_pack_denomination_public_key (const char *name, * @return json pack specification */ struct GNUNET_JSON_PackSpec -TALER_JSON_pack_denomination_signature (const char *name, - const struct - TALER_DenominationSignature *sig); +TALER_JSON_pack_denomination_signature ( + const char *name, + const struct TALER_DenominationSignature *sig); /** -- cgit v1.2.3