aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_time_lib.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/include/gnunet_time_lib.h b/src/include/gnunet_time_lib.h
index fe5c08804..da22ab31e 100644
--- a/src/include/gnunet_time_lib.h
+++ b/src/include/gnunet_time_lib.h
@@ -441,18 +441,6 @@ GNUNET_TIME_absolute_ntoh (struct GNUNET_TIME_AbsoluteNBO a);
441 441
442 442
443/** 443/**
444 * Convert a relative time to a string.
445 * NOT reentrant! FIXME: duplicate with GNUNET_STRINGS_relative_time_to_string!
446 *
447 * @param time the time to print
448 *
449 * @return string form of the time (as milliseconds)
450 */
451const char *
452GNUNET_TIME_relative_to_string (struct GNUNET_TIME_Relative time);
453
454
455/**
456 * Set the timestamp offset for this instance. 444 * Set the timestamp offset for this instance.
457 * 445 *
458 * @param offset the offset to skew the locale time by 446 * @param offset the offset to skew the locale time by