summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hello/address.c1
-rw-r--r--src/include/gnunet_hello_lib.h1
2 files changed, 2 insertions, 0 deletions
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)
65 * @param transport_name plugin name 65 * @param transport_name plugin name
66 * @param address binary address 66 * @param address binary address
67 * @param address_length number of bytes in 'address' 67 * @param address_length number of bytes in 'address'
68 * @param local_info additional local information for the address
68 * @return the address struct 69 * @return the address struct
69 */ 70 */
70struct GNUNET_HELLO_Address * 71struct 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
121 * @param transport_name plugin name 121 * @param transport_name plugin name
122 * @param address binary address 122 * @param address binary address
123 * @param address_length number of bytes in 'address' 123 * @param address_length number of bytes in 'address'
124 * @param local_info additional local information for the address
124 * @return the address struct 125 * @return the address struct
125 */ 126 */
126struct GNUNET_HELLO_Address * 127struct GNUNET_HELLO_Address *