* otherwise NULL will be returned
* @param it iterator to call on each address
* @param it_cls closure for it
+ * @return the modified HELLO or NULL
*/
struct GNUNET_HELLO_Message *GNUNET_HELLO_iterate_addresses (const struct
GNUNET_HELLO_Message
const char * address,
size_t addressLen,
int numeric,
- const char * nameTrans,
+ const char *nameTrans,
struct GNUNET_TIME_Relative timeout,
GNUNET_TRANSPORT_AddressLookUpCallback aluc,
void *aluc_cls);
+
/**
- * Return all the known addresses for a peer.
+ * Return all the known addresses for a peer. FIXME: document better!
+ * FIXME: use better name!
*
* @param cfg configuration to use
* @param peer peer identity to look up the addresses of
/**
- * Return all the known addresses for a peer.
+ * Return all the known addresses. FIXME: document better!
+ * FIXME: use better name!
*
* @param cfg configuration to use
* @param timeout how long is the lookup allowed to take at most
GNUNET_TRANSPORT_AddressLookUpCallback peer_address_callback,
void *peer_address_callback_cls);
+
/**
* Handle for blacklisting peers.
*/