aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_json_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_json_lib.h')
-rw-r--r--src/include/gnunet_json_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_json_lib.h b/src/include/gnunet_json_lib.h
index af63c5e42..8809afb71 100644
--- a/src/include/gnunet_json_lib.h
+++ b/src/include/gnunet_json_lib.h
@@ -129,7 +129,7 @@ struct GNUNET_JSON_Specification
129 * @param root the JSON node to start the navigation at. 129 * @param root the JSON node to start the navigation at.
130 * @param spec parse specification array 130 * @param spec parse specification array
131 * @param[out] error_json_name which JSON field was problematic 131 * @param[out] error_json_name which JSON field was problematic
132 * @param[out] which index into @a spec did we encounter an error 132 * @param[out] error_line which index into @a spec did we encounter an error
133 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error 133 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error
134 */ 134 */
135enum GNUNET_GenericReturnValue 135enum GNUNET_GenericReturnValue
@@ -338,7 +338,7 @@ GNUNET_JSON_spec_boolean (const char *name,
338 * Timestamp. 338 * Timestamp.
339 * 339 *
340 * @param name name of the JSON field 340 * @param name name of the JSON field
341 * @param[out] at where to store the absolute time found under @a name 341 * @param[out] t at where to store the absolute time found under @a name
342 */ 342 */
343struct GNUNET_JSON_Specification 343struct GNUNET_JSON_Specification
344GNUNET_JSON_spec_timestamp (const char *name, 344GNUNET_JSON_spec_timestamp (const char *name,