summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-29 22:28:29 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-29 22:28:29 +0200
commit273bbdf924c7d011c6249334e94a34a04a18fe39 (patch)
treeed36a0f50d9842420b1899b3ff95fa5e0bf8c9de /core
parent220b06cf14f44f3241590e8e1cc08d23d44885e0 (diff)
parentd6df3784a31df42b5d2e77ef92259b62c7a6c47b (diff)
downloaddocs-273bbdf924c7d011c6249334e94a34a04a18fe39.tar.gz
docs-273bbdf924c7d011c6249334e94a34a04a18fe39.tar.bz2
docs-273bbdf924c7d011c6249334e94a34a04a18fe39.zip
Merge branch 'master' of git+ssh://git.taler.net/docs
Diffstat (limited to 'core')
-rw-r--r--core/api-common.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index 294e33d5..93d6d09e 100644
--- 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];