aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_json_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-27 13:23:14 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-27 13:23:14 +0200
commitb148a5a81a4b6e96daba8c9fbb0e53afff8dcdca (patch)
treed20f84dcdade08fb44eab547019dd60a1f8265ee /src/include/taler_json_lib.h
parent3900531e0d1a6644bebe19e451fef907100d77b6 (diff)
downloadexchange-b148a5a81a4b6e96daba8c9fbb0e53afff8dcdca.tar.xz
rename fest
Diffstat (limited to 'src/include/taler_json_lib.h')
-rw-r--r--src/include/taler_json_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h
index 8a2422f5a..a4b17297f 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);