summaryrefslogtreecommitdiff
path: root/core/api-common.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-04-01 15:17:36 +0200
committerChristian Grothoff <christian@grothoff.org>2024-04-01 15:17:36 +0200
commitb1c4949cda876f698ccfc9cc190f4a50453cb194 (patch)
tree2a46ed0522dcd4edb214eb8135f1b9e107ea2d9f /core/api-common.rst
parent709e431603d6226836d937620cda2909ebfeaa36 (diff)
downloaddocs-b1c4949cda876f698ccfc9cc190f4a50453cb194.tar.gz
docs-b1c4949cda876f698ccfc9cc190f4a50453cb194.tar.bz2
docs-b1c4949cda876f698ccfc9cc190f4a50453cb194.zip
resolve build warnings
Diffstat (limited to 'core/api-common.rst')
-rw-r--r--core/api-common.rst28
1 files changed, 13 insertions, 15 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index 85942a02..521b2fc0 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -1895,23 +1895,21 @@ within the
uint32_t is_active GNUNET_PACKED;
};
-. _TALER_AmlDecisionPS:
+.. _TALER_AmlDecisionPS:
.. sourcecode:: c
- struct TALER_AmlDecisionPS
- {
- /**
- * purpose.purpose =TALER_SIGNATURE_AML_DECISION.
- */
- struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
- struct GNUNET_HashCode h_justification GNUNET_PACKED;
- struct GNUNET_TIME_TimestampNBO decision_time;
- struct TALER_AmountNBO new_threshold;
- struct TALER_PaytoHashP h_payto GNUNET_PACKED;
- struct GNUNET_HashCode h_kyc_requirements;
- uint32_t new_state GNUNET_PACKED;
-
- };
+ struct TALER_AmlDecisionPS {
+ /**
+ * purpose.purpose =TALER_SIGNATURE_AML_DECISION.
+ */
+ struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
+ struct GNUNET_HashCode h_justification GNUNET_PACKED;
+ struct GNUNET_TIME_TimestampNBO decision_time;
+ struct TALER_AmountNBO new_threshold;
+ struct TALER_PaytoHashP h_payto GNUNET_PACKED;
+ struct GNUNET_HashCode h_kyc_requirements;
+ uint32_t new_state GNUNET_PACKED;
+ };
.. _TALER_PartnerConfigurationPS:
.. sourcecode:: c