aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_hello_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-11 10:47:40 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-11 10:47:40 +0000
commit04f5d7e9bb3ca45ae2122c968f627114988e10b9 (patch)
treef7ce2158dee964e111d5261a0f69db16b0f62f80 /src/include/gnunet_hello_lib.h
parent0203ddfc0faa65fa5f43a2264bd2fca2984b9acd (diff)
downloadgnunet-04f5d7e9bb3ca45ae2122c968f627114988e10b9.tar.gz
gnunet-04f5d7e9bb3ca45ae2122c968f627114988e10b9.zip
-doxygen
Diffstat (limited to 'src/include/gnunet_hello_lib.h')
-rw-r--r--src/include/gnunet_hello_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_hello_lib.h b/src/include/gnunet_hello_lib.h
index a88a3f9ac..992140903 100644
--- a/src/include/gnunet_hello_lib.h
+++ b/src/include/gnunet_hello_lib.h
@@ -231,7 +231,7 @@ GNUNET_HELLO_add_address (const struct GNUNET_HELLO_Address *address,
231 * @param cls closure 231 * @param cls closure
232 * @param max maximum number of bytes that can be written to @a buf 232 * @param max maximum number of bytes that can be written to @a buf
233 * @param buf where to write the address information 233 * @param buf where to write the address information
234 * @return number of bytes written or 0, GNUNET_SYSERR to signal the 234 * @return number of bytes written or 0, #GNUNET_SYSERR to signal the
235 * end of the iteration. 235 * end of the iteration.
236 */ 236 */
237typedef ssize_t 237typedef ssize_t
@@ -263,6 +263,7 @@ GNUNET_HELLO_create (const struct GNUNET_CRYPTO_EddsaPublicKey *publicKey,
263 263
264/** 264/**
265 * Return the size of the given HELLO message. 265 * Return the size of the given HELLO message.
266 *
266 * @param hello to inspect 267 * @param hello to inspect
267 * @return the size, 0 if HELLO is invalid 268 * @return the size, 0 if HELLO is invalid
268 */ 269 */