aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-03-17 11:02:51 +0000
committerBart Polot <bart@net.in.tum.de>2014-03-17 11:02:51 +0000
commitc5a4f1e2cefbb8736857da95dfccbd4cfd504d45 (patch)
treeb79d92c53c59865f3de93f0672a65e1e7455c023 /src
parent167a0022c608251a9544445267d67ca701e72757 (diff)
downloadgnunet-c5a4f1e2cefbb8736857da95dfccbd4cfd504d45.tar.gz
gnunet-c5a4f1e2cefbb8736857da95dfccbd4cfd504d45.zip
- doc
Diffstat (limited to 'src')
-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 4db73966c..89e5223c7 100644
--- a/src/include/gnunet_time_lib.h
+++ b/src/include/gnunet_time_lib.h
@@ -450,7 +450,7 @@ GNUNET_TIME_relative_ntoh (struct GNUNET_TIME_RelativeNBO a);
450 450
451 451
452/** 452/**
453 * Convert relative time to network byte order. 453 * Convert absolute time to network byte order.
454 * 454 *
455 * @param a time to convert 455 * @param a time to convert
456 * @return converted time value 456 * @return converted time value
@@ -460,7 +460,7 @@ GNUNET_TIME_absolute_hton (struct GNUNET_TIME_Absolute a);
460 460
461 461
462/** 462/**
463 * Convert relative time from network byte order. 463 * Convert absolute time from network byte order.
464 * 464 *
465 * @param a time to convert 465 * @param a time to convert
466 * @return converted time value 466 * @return converted time value