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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_json_lib.h b/src/include/gnunet_json_lib.h
index 95d136239..07a14d329 100644
--- a/src/include/gnunet_json_lib.h
+++ b/src/include/gnunet_json_lib.h
@@ -127,7 +127,7 @@ struct GNUNET_JSON_Specification
127 * @param[out] which index into @a spec did we encounter an error 127 * @param[out] which index into @a spec did we encounter an error
128 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error 128 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error
129 */ 129 */
130int 130enum GNUNET_GenericReturnValue
131GNUNET_JSON_parse (const json_t *root, 131GNUNET_JSON_parse (const json_t *root,
132 struct GNUNET_JSON_Specification *spec, 132 struct GNUNET_JSON_Specification *spec,
133 const char **error_json_name, 133 const char **error_json_name,