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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_time_lib.h b/src/include/gnunet_time_lib.h
index b4b58f40c..c4e771eeb 100644
--- a/src/include/gnunet_time_lib.h
+++ b/src/include/gnunet_time_lib.h
@@ -349,7 +349,7 @@ GNUNET_TIME_absolute_get_difference (struct GNUNET_TIME_Absolute start,
349 * difference of the current time and the given start time "hence". 349 * difference of the current time and the given start time "hence".
350 * 350 *
351 * @param whence some absolute time, typically in the past 351 * @param whence some absolute time, typically in the past
352 * @return aborts if hence==FOREVER, 0 if hence > now, otherwise now-hence. 352 * @return 0 if hence > now, otherwise now-hence.
353 */ 353 */
354struct GNUNET_TIME_Relative 354struct GNUNET_TIME_Relative
355GNUNET_TIME_absolute_get_duration (struct GNUNET_TIME_Absolute whence); 355GNUNET_TIME_absolute_get_duration (struct GNUNET_TIME_Absolute whence);