aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_strings_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-17 16:22:54 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-17 16:22:54 +0000
commit6c18851f371c3c8b5d1d22c97d3a5937e52be69c (patch)
treed76545a11e1b790826a03be029dc928379cab894 /src/include/gnunet_strings_lib.h
parente43762eedd42a7ef3de00f552e1ffcf2020c1cb1 (diff)
downloadgnunet-6c18851f371c3c8b5d1d22c97d3a5937e52be69c.tar.gz
gnunet-6c18851f371c3c8b5d1d22c97d3a5937e52be69c.zip
-removing code duplication
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 1398a0826..997ca7dd9 100644
--- a/src/include/gnunet_strings_lib.h
+++ b/src/include/gnunet_strings_lib.h
@@ -66,12 +66,12 @@ GNUNET_STRINGS_fancy_size_to_bytes (const char *fancy_size,
66 * Convert a given fancy human-readable time to our internal 66 * Convert a given fancy human-readable time to our internal
67 * representation. 67 * representation.
68 * 68 *
69 * @param fancy_size 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_size, 74GNUNET_STRINGS_fancy_time_to_relative (const char *fancy_time,
75 struct GNUNET_TIME_Relative *rtime); 75 struct GNUNET_TIME_Relative *rtime);
76 76
77 77