taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 6a9c36ad28f4316d3acea7b9fd3044b0e707461a
parent 891570eadc319a1ef14b26f934d747a1c00cc73a
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu, 23 Apr 2020 16:34:27 +0530

syntax fix

Diffstat:
Mcore/api-common.rst | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/core/api-common.rst b/core/api-common.rst @@ -554,12 +554,14 @@ uses 512-bit hash codes (64 bytes). }; .. _WireTransferIdentifierRawP: +.. sourcecode:: c struct WireTransferIdentifierRawP { uint8_t raw[32]; }; .. _UUID: +.. sourcecode:: c struct UUID { uint32_t value[4];