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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_time_lib.h b/src/include/gnunet_time_lib.h
index 3e87309c6..4db73966c 100644
--- a/src/include/gnunet_time_lib.h
+++ b/src/include/gnunet_time_lib.h
@@ -483,7 +483,7 @@ GNUNET_TIME_set_offset (long long offset);
483 * 483 *
484 * @return the offset we currently skew the locale time by 484 * @return the offset we currently skew the locale time by
485 */ 485 */
486long long 486long long
487GNUNET_TIME_get_offset (void); 487GNUNET_TIME_get_offset (void);
488 488
489 489
@@ -507,10 +507,10 @@ GNUNET_TIME_year_to_time (unsigned int year);
507/** 507/**
508 * Convert an expiration time to the respective year (rounds) 508 * Convert an expiration time to the respective year (rounds)
509 * 509 *
510 * @param at absolute time 510 * @param at absolute time
511 * @return year a year (after 1970), 0 on error 511 * @return year a year (after 1970), 0 on error
512 */ 512 */
513unsigned int 513unsigned int
514GNUNET_TIME_time_to_year (struct GNUNET_TIME_Absolute at); 514GNUNET_TIME_time_to_year (struct GNUNET_TIME_Absolute at);
515 515
516 516