aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_strings_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-07-02 23:16:15 +0000
committerChristian Grothoff <christian@grothoff.org>2012-07-02 23:16:15 +0000
commitafb2de27f84cc21323f09935497bebc4109d87d7 (patch)
treeec1f7462000f0ceef691afa079a673f06905478f /src/include/gnunet_strings_lib.h
parent26c7f3001fb38759acbab2eafeac109795552acf (diff)
downloadgnunet-afb2de27f84cc21323f09935497bebc4109d87d7.tar.gz
gnunet-afb2de27f84cc21323f09935497bebc4109d87d7.zip
-LRN: unlinux some linux-only stuff
Diffstat (limited to 'src/include/gnunet_strings_lib.h')
-rw-r--r--src/include/gnunet_strings_lib.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/gnunet_strings_lib.h b/src/include/gnunet_strings_lib.h
index a0d261d49..b4ae27c32 100644
--- a/src/include/gnunet_strings_lib.h
+++ b/src/include/gnunet_strings_lib.h
@@ -214,8 +214,7 @@ GNUNET_STRINGS_buffer_tokenize (const char *buffer, size_t size,
214 214
215 215
216/** 216/**
217 * "man ctime_r", except for GNUnet time; also, unlike ctime, the 217 * "asctime", except for GNUnet time.
218 * return value does not include the newline character.
219 * 218 *
220 * @param t the absolute time to convert 219 * @param t the absolute time to convert
221 * @return timestamp in human-readable form 220 * @return timestamp in human-readable form