aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_time_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_time_lib.h')
-rw-r--r--src/include/gnunet_time_lib.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/gnunet_time_lib.h b/src/include/gnunet_time_lib.h
index ac6b32278..b1ffc4d40 100644
--- a/src/include/gnunet_time_lib.h
+++ b/src/include/gnunet_time_lib.h
@@ -421,6 +421,14 @@ struct GNUNET_TIME_Absolute GNUNET_TIME_absolute_ntoh (struct
421 GNUNET_TIME_AbsoluteNBO 421 GNUNET_TIME_AbsoluteNBO
422 a); 422 a);
423 423
424/**
425 * Set the timestamp offset for this instance.
426 *
427 * @param offset the offset to skew the locale time by
428 */
429void
430GNUNET_TIME_set_offset(long long offset);
431
424#if 0 /* keep Emacsens' auto-indent happy */ 432#if 0 /* keep Emacsens' auto-indent happy */
425{ 433{
426#endif 434#endif