From 9055d1dbba8d1e6e0e1de69c9cca8e9265c4eb4c Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 16 Jan 2014 11:50:59 +0000 Subject: fixing documentation for hello --- src/hello/address.c | 1 + src/include/gnunet_hello_lib.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/hello/address.c b/src/hello/address.c index b69442ecc..83605833f 100644 --- a/src/hello/address.c +++ b/src/hello/address.c @@ -65,6 +65,7 @@ GNUNET_HELLO_address_get_size (const struct GNUNET_HELLO_Address * address) * @param transport_name plugin name * @param address binary address * @param address_length number of bytes in 'address' + * @param local_info additional local information for the address * @return the address struct */ struct GNUNET_HELLO_Address * diff --git a/src/include/gnunet_hello_lib.h b/src/include/gnunet_hello_lib.h index 9766632e5..694dfe066 100644 --- a/src/include/gnunet_hello_lib.h +++ b/src/include/gnunet_hello_lib.h @@ -121,6 +121,7 @@ struct GNUNET_HELLO_Address * @param transport_name plugin name * @param address binary address * @param address_length number of bytes in 'address' + * @param local_info additional local information for the address * @return the address struct */ struct GNUNET_HELLO_Address * -- cgit v1.2.3