aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_time_lib.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/gnunet_time_lib.h b/src/include/gnunet_time_lib.h
index d131e4eef..660d15af9 100644
--- a/src/include/gnunet_time_lib.h
+++ b/src/include/gnunet_time_lib.h
@@ -465,6 +465,15 @@ void
465GNUNET_TIME_set_offset (long long offset); 465GNUNET_TIME_set_offset (long long offset);
466 466
467 467
468/**
469 * Get the timestamp offset for this instance.
470 *
471 * @return the offset we currently skew the locale time by
472 */
473long long
474GNUNET_TIME_get_offset (void);
475
476
468#if 0 /* keep Emacsens' auto-indent happy */ 477#if 0 /* keep Emacsens' auto-indent happy */
469{ 478{
470#endif 479#endif