aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-07-22 20:09:54 +0200
committerChristian Grothoff <christian@grothoff.org>2019-07-22 20:09:54 +0200
commitf6ed6cf77448fc6d036818ab2a2dc2e47437bdf3 (patch)
tree98e113db480c99d49772dfd231f8a233c542524c /src/include
parentf754082176ba202596cedaec98ee06c2ca2e48e4 (diff)
downloadgnunet-f6ed6cf77448fc6d036818ab2a2dc2e47437bdf3.tar.gz
gnunet-f6ed6cf77448fc6d036818ab2a2dc2e47437bdf3.zip
dox
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_json_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_json_lib.h b/src/include/gnunet_json_lib.h
index 72d2c4ebe..bba994d03 100644
--- a/src/include/gnunet_json_lib.h
+++ b/src/include/gnunet_json_lib.h
@@ -255,8 +255,9 @@ GNUNET_JSON_spec_uint32 (const char *name, uint32_t *u32);
255struct GNUNET_JSON_Specification 255struct GNUNET_JSON_Specification
256GNUNET_JSON_spec_uint64 (const char *name, uint64_t *u64); 256GNUNET_JSON_spec_uint64 (const char *name, uint64_t *u64);
257 257
258
258/** 259/**
259 * Boolean (true mapped to GNUNET_YES, false mapped to GNUNET_NO). 260 * Boolean (true mapped to #GNUNET_YES, false mapped to #GNUNET_NO).
260 * 261 *
261 * @param name name of the JSON field 262 * @param name name of the JSON field
262 * @param[out] boolean where to store the boolean found under @a name 263 * @param[out] boolean where to store the boolean found under @a name