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.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/gnunet_json_lib.h b/src/include/gnunet_json_lib.h
index ce721d8d8..f2682bea7 100644
--- a/src/include/gnunet_json_lib.h
+++ b/src/include/gnunet_json_lib.h
@@ -263,6 +263,17 @@ GNUNET_JSON_spec_absolute_time (const char *name,
263 263
264 264
265/** 265/**
266 * Absolute time in network byte order.
267 *
268 * @param name name of the JSON field
269 * @param[out] at where to store the absolute time found under @a name
270 */
271struct GNUNET_JSON_Specification
272GNUNET_JSON_spec_absolute_time_nbo (const char *name,
273 struct GNUNET_TIME_AbsoluteNBO *at);
274
275
276/**
266 * Relative time. 277 * Relative time.
267 * 278 *
268 * @param name name of the JSON field 279 * @param name name of the JSON field