From a37183bb1f137d8a0457fc9c2428219e337cd6a7 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 13 Jan 2014 19:47:51 +0000 Subject: - fix compilation --- src/include/gnunet_hello_lib.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/include') diff --git a/src/include/gnunet_hello_lib.h b/src/include/gnunet_hello_lib.h index a6b9ccb72..cdf286f3b 100644 --- a/src/include/gnunet_hello_lib.h +++ b/src/include/gnunet_hello_lib.h @@ -114,7 +114,6 @@ struct GNUNET_HELLO_Address }; - /** * Allocate an address struct. * @@ -122,14 +121,12 @@ 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 address information, will not get serialized * @return the address struct */ struct GNUNET_HELLO_Address * GNUNET_HELLO_address_allocate (const struct GNUNET_PeerIdentity *peer, const char *transport_name, const void *address, - size_t address_length, - enum GNUNET_HELLO_AddressInfo local_info); + size_t address_length); /** -- cgit v1.2.3