From b7cf1cb38dcfa05f06acdc2cc1371ffc0375ed8b Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 4 Dec 2020 04:31:15 -0500 Subject: use ‘.. code-block:: c’ (three instances) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- taler-exchange-manual.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'taler-exchange-manual.rst') diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst index 4d19709e..e68bdf8f 100644 --- a/taler-exchange-manual.rst +++ b/taler-exchange-manual.rst @@ -850,7 +850,7 @@ starting time at which the signing key can be used in microseconds since the Epoch. The file format is defined by the struct TALER_EXCHANGEDB_PrivateSigningKeyInformationP: -:: +.. code-block:: c struct TALER_EXCHANGEDB_PrivateSigningKeyInformationP { struct TALER_ExchangePrivateKeyP signkey_priv; @@ -883,7 +883,7 @@ struct TALER_EXCHANGEDB_DenominationKeyInformationP giving the attributes of the denomination key and the associated signature with the exchange’s long-term offline key: -:: +.. code-block:: c struct TALER_EXCHANGEDB_DenominationKeyInformationP { struct TALER_MasterSignatureP signature; @@ -940,7 +940,7 @@ Each file must contain a header with the public key information of the auditor, the master public key of the exchange, and the number of signed denomination keys: -:: +.. code-block:: c struct AuditorFileHeaderP { struct TALER_AuditorPublicKeyP apub; -- cgit v1.2.3