aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_time_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-17 17:21:07 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-17 17:21:07 +0000
commitf9e6c67a3f1bf54c892cafa5aae454d9d0883d6e (patch)
tree7ae4cf13f75db8e6d4b1ff1116ca90b974e463f1 /src/include/gnunet_time_lib.h
parentfc865ee5b213a0ae1efe32a82d7ca74ea8d1a6ef (diff)
downloadgnunet-f9e6c67a3f1bf54c892cafa5aae454d9d0883d6e.tar.gz
gnunet-f9e6c67a3f1bf54c892cafa5aae454d9d0883d6e.zip
-dce
Diffstat (limited to 'src/include/gnunet_time_lib.h')
-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