aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hello/hello.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hello/hello.c b/src/hello/hello.c
index 44a1c55e9..cb318f47d 100644
--- a/src/hello/hello.c
+++ b/src/hello/hello.c
@@ -262,6 +262,7 @@ GNUNET_HELLO_create (const struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded
262 * otherwise NULL will be returned 262 * otherwise NULL will be returned
263 * @param it iterator to call on each address 263 * @param it iterator to call on each address
264 * @param it_cls closure for it 264 * @param it_cls closure for it
265 * @return modified HELLO message
265 */ 266 */
266struct GNUNET_HELLO_Message * 267struct GNUNET_HELLO_Message *
267GNUNET_HELLO_iterate_addresses (const struct GNUNET_HELLO_Message *msg, 268GNUNET_HELLO_iterate_addresses (const struct GNUNET_HELLO_Message *msg,