aboutsummaryrefslogtreecommitdiff
path: root/src/hello/hello.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-04-10 13:03:19 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-04-10 13:03:19 +0000
commit5c978455a6937620b4d6cfbca428c604096d7ed1 (patch)
treec25e08abda762bc8fe4edf14580cd0ce90f65b80 /src/hello/hello.c
parent5d3b18290de4f55f75f7afaf5a452ae87c9c7ffd (diff)
downloadgnunet-5c978455a6937620b4d6cfbca428c604096d7ed1.tar.gz
gnunet-5c978455a6937620b4d6cfbca428c604096d7ed1.zip
changes
Diffstat (limited to 'src/hello/hello.c')
-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,