aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_strings_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-21 18:29:03 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-21 18:29:03 +0000
commit3d7b29ec1c5d1c2de96cf4c9badaa112e86ef899 (patch)
treeb586e13615fe58377cef5c0a238a677e5fd8f609 /src/include/gnunet_strings_lib.h
parent1732154b8c021e7ee0e34c28cf3b1a843454727a (diff)
downloadgnunet-3d7b29ec1c5d1c2de96cf4c9badaa112e86ef899.tar.gz
gnunet-3d7b29ec1c5d1c2de96cf4c9badaa112e86ef899.zip
update statistics API to use new MQ API style, also get rid of timeout argument
Diffstat (limited to 'src/include/gnunet_strings_lib.h')
-rw-r--r--src/include/gnunet_strings_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_strings_lib.h b/src/include/gnunet_strings_lib.h
index 03276134c..15d4f57ac 100644
--- a/src/include/gnunet_strings_lib.h
+++ b/src/include/gnunet_strings_lib.h
@@ -222,7 +222,7 @@ GNUNET_STRINGS_buffer_fill (char *buffer,
222 * in the buffer and assign the count (varargs) of type "const char**" 222 * in the buffer and assign the count (varargs) of type "const char**"
223 * to the locations of the respective strings in the buffer. 223 * to the locations of the respective strings in the buffer.
224 * 224 *
225 * @param buffer the buffer to parse 225 * @param buffer the buffer to parse FIXME: not 'const', is it?
226 * @param size size of the @a buffer 226 * @param size size of the @a buffer
227 * @param count number of strings to locate 227 * @param count number of strings to locate
228 * @param ... pointers to where to store the strings 228 * @param ... pointers to where to store the strings