aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_strings_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-18 17:51:07 +0000
committerChristian Grothoff <christian@grothoff.org>2015-08-18 17:51:07 +0000
commiteb4ebfca26250af0816abf08c5e3364de88c950a (patch)
tree990ea3bfcd78879667ccfa5c8773d3690044d009 /src/include/gnunet_strings_lib.h
parent36731df5428357af5abdae6065e75222d03d49fd (diff)
downloadgnunet-eb4ebfca26250af0816abf08c5e3364de88c950a.tar.gz
gnunet-eb4ebfca26250af0816abf08c5e3364de88c950a.zip
adding some assertions to ensure we only start one gnunet-publish
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 *