aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_strings_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-06-15 15:37:00 +0200
committerChristian Grothoff <christian@grothoff.org>2019-06-15 15:38:17 +0200
commitb3ddc93861a6a171eee7c855f83c7a1314f6eaf9 (patch)
treecaa01ab4c3a83832ba2ea8ef1ecc99bd9db7ea6b /src/include/gnunet_strings_lib.h
parenteef4fb2cecaa8cf18f9ab9bcc1f0dbda0e1a6c2e (diff)
downloadgnunet-b3ddc93861a6a171eee7c855f83c7a1314f6eaf9.tar.gz
gnunet-b3ddc93861a6a171eee7c855f83c7a1314f6eaf9.zip
of course it is const
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