aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_json_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-04-17 14:25:55 +0200
committerChristian Grothoff <christian@grothoff.org>2017-04-17 14:26:13 +0200
commit50d0ee6161da036cf7e8761f945793f09227fa10 (patch)
tree013104e94562079d2c790d6253faa99726c40c45 /src/include/gnunet_json_lib.h
parenta58d36b8da7afa42410bac54f57d5f3b6b6c4391 (diff)
add GNUNET_JSON_spec_absolute_time_nbo
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 ce721d8d81..f2682bea7d 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,
/**
+ * Absolute time in network byte order.
+ *
+ * @param name name of the JSON field
+ * @param[out] at where to store the absolute time found under @a name
+ */
+struct GNUNET_JSON_Specification
+GNUNET_JSON_spec_absolute_time_nbo (const char *name,
+ struct GNUNET_TIME_AbsoluteNBO *at);
+
+
+/**
* Relative time.
*
* @param name name of the JSON field