convert fs publish to MQ
[oweals/gnunet.git] / src / include / gnunet_strings_lib.h
index 03276134c9b38fbd5565d20d207e9aeeaae1ffea..15d4f57ac0a177ce4771fa7531daa9efffec1618 100644 (file)
@@ -222,7 +222,7 @@ GNUNET_STRINGS_buffer_fill (char *buffer,
  * in the buffer and assign the count (varargs) of type "const char**"
  * to the locations of the respective strings in the buffer.
  *
- * @param buffer the buffer to parse
+ * @param buffer the buffer to parse FIXME: not 'const', is it?
  * @param size size of the @a buffer
  * @param count number of strings to locate
  * @param ... pointers to where to store the strings