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.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 9962160f2..f43567611 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 FIXME: not 'const', is it? 225 * @param buffer the buffer to parse
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