diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-09-15 18:59:00 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-09-15 18:59:00 +0000 |
commit | 4bd38db1cb506e8434e660b4fb26fd3f628e2fde (patch) | |
tree | 3d9a5c401ff4c81ecdefbbd5c608740562782de9 | |
parent | 5fba3531d7afd2ef67045f4d9e7af72c36c53c95 (diff) |
-note duplicate API
-rw-r--r-- | src/include/gnunet_time_lib.h | 2 | ||||
-rw-r--r-- | src/nse/test_nse_multipeer.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/include/gnunet_time_lib.h b/src/include/gnunet_time_lib.h index 35d180ce20..fe5c088043 100644 --- a/src/include/gnunet_time_lib.h +++ b/src/include/gnunet_time_lib.h @@ -442,7 +442,7 @@ GNUNET_TIME_absolute_ntoh (struct GNUNET_TIME_AbsoluteNBO a); /** * Convert a relative time to a string. - * NOT reentrant! + * NOT reentrant! FIXME: duplicate with GNUNET_STRINGS_relative_time_to_string! * * @param time the time to print * diff --git a/src/nse/test_nse_multipeer.c b/src/nse/test_nse_multipeer.c index ec83e3e8aa..fda50f9210 100644 --- a/src/nse/test_nse_multipeer.c +++ b/src/nse/test_nse_multipeer.c @@ -19,7 +19,6 @@ */ /** * @file nse/test_nse_multipeer.c - * * @brief Testcase for the network size estimation service. Starts * a peergroup with a given number of peers, then waits to * receive size estimates from each peer. Expects to wait |