aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_strings_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_strings_lib.h')
-rw-r--r--src/include/gnunet_strings_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_strings_lib.h b/src/include/gnunet_strings_lib.h
index 8fd7a4e10..1fe04da6b 100644
--- a/src/include/gnunet_strings_lib.h
+++ b/src/include/gnunet_strings_lib.h
@@ -55,7 +55,7 @@ extern "C"
55 * 55 *
56 * @param fancy_size human readable string (i.e. 1 MB) 56 * @param fancy_size human readable string (i.e. 1 MB)
57 * @param size set to the size in bytes 57 * @param size set to the size in bytes
58 * @return GNUNET_OK on success, GNUNET_SYSERR on error 58 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error
59 */ 59 */
60int 60int
61GNUNET_STRINGS_fancy_size_to_bytes (const char *fancy_size, 61GNUNET_STRINGS_fancy_size_to_bytes (const char *fancy_size,
@@ -68,7 +68,7 @@ GNUNET_STRINGS_fancy_size_to_bytes (const char *fancy_size,
68 * 68 *
69 * @param fancy_time human readable string (i.e. 1 minute) 69 * @param fancy_time human readable string (i.e. 1 minute)
70 * @param rtime set to the relative time 70 * @param rtime set to the relative time
71 * @return GNUNET_OK on success, GNUNET_SYSERR on error 71 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error
72 */ 72 */
73int 73int
74GNUNET_STRINGS_fancy_time_to_relative (const char *fancy_time, 74GNUNET_STRINGS_fancy_time_to_relative (const char *fancy_time,