summaryrefslogtreecommitdiff
path: root/src/include/taler_json_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-27 13:42:54 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-27 13:42:54 +0200
commit77142acbe800d6f8fe0d8f65374403353ede5d30 (patch)
tree82b827d26040a2ba2f38a1cf356946479d38428a /src/include/taler_json_lib.h
parentb148a5a81a4b6e96daba8c9fbb0e53afff8dcdca (diff)
downloadexchange-77142acbe800d6f8fe0d8f65374403353ede5d30.tar.gz
exchange-77142acbe800d6f8fe0d8f65374403353ede5d30.tar.bz2
exchange-77142acbe800d6f8fe0d8f65374403353ede5d30.zip
fix lib/ FTBFS
Diffstat (limited to 'src/include/taler_json_lib.h')
-rw-r--r--src/include/taler_json_lib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h
index a4b17297f..42c3669d2 100644
--- a/src/include/taler_json_lib.h
+++ b/src/include/taler_json_lib.h
@@ -311,8 +311,8 @@ TALER_JSON_spec_relative_time (const char *name,
* @return corresponding field spec
*/
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);
/**
@@ -323,8 +323,8 @@ TALER_JSON_spec_denomination_public_key (const char *field,
* @return corresponding field spec
*/
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);
/**