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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_strings_lib.h b/src/include/gnunet_strings_lib.h
index 903b45ec5..e02884d40 100644
--- a/src/include/gnunet_strings_lib.h
+++ b/src/include/gnunet_strings_lib.h
@@ -302,8 +302,8 @@ GNUNET_STRINGS_data_to_string (const void *data,
302 * The returned string will be freshly allocated, and must be free'd 302 * The returned string will be freshly allocated, and must be free'd
303 * with #GNUNET_free(). 303 * with #GNUNET_free().
304 * 304 *
305 * @param buffer with data 305 * @param buf buffer with data
306 * @param size size of the buffer 306 * @param size size of the buffer @a buf
307 * @return freshly allocated, null-terminated string 307 * @return freshly allocated, null-terminated string
308 */ 308 */
309char * 309char *