aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_time_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-13 19:22:06 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-13 19:22:06 +0000
commit05f400da954c63b2f0efaf4ffb2ce104aeef29db (patch)
treef7d9ba6aef715d0621fe0cab0395446ece67462b /src/include/gnunet_time_lib.h
parent18db9a2fc6584fe35b327650534cf0672f4686e7 (diff)
downloadgnunet-05f400da954c63b2f0efaf4ffb2ce104aeef29db.tar.gz
gnunet-05f400da954c63b2f0efaf4ffb2ce104aeef29db.zip
doxygen
Diffstat (limited to 'src/include/gnunet_time_lib.h')
-rw-r--r--src/include/gnunet_time_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_time_lib.h b/src/include/gnunet_time_lib.h
index 4f0b3b74c..ac6b32278 100644
--- a/src/include/gnunet_time_lib.h
+++ b/src/include/gnunet_time_lib.h
@@ -291,12 +291,12 @@ struct GNUNET_TIME_Relative GNUNET_TIME_absolute_get_difference (struct
291 * Get the duration of an operation as the 291 * Get the duration of an operation as the
292 * difference of the current time and the given start time "hence". 292 * difference of the current time and the given start time "hence".
293 * 293 *
294 * @param hence some absolute time, typically in the past 294 * @param whence some absolute time, typically in the past
295 * @return aborts if hence==FOREVER, 0 if hence > now, otherwise now-hence. 295 * @return aborts if hence==FOREVER, 0 if hence > now, otherwise now-hence.
296 */ 296 */
297struct GNUNET_TIME_Relative GNUNET_TIME_absolute_get_duration (struct 297struct GNUNET_TIME_Relative GNUNET_TIME_absolute_get_duration (struct
298 GNUNET_TIME_Absolute 298 GNUNET_TIME_Absolute
299 hence); 299 whence);
300 300
301 301
302/** 302/**