From: Christian Grothoff Date: Tue, 29 Nov 2011 20:36:59 +0000 (+0000) Subject: -fux X-Git-Tag: initial-import-from-subversion-38251~15747 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=655cff51ce8870623881177f9a511da451fa8f8f;p=oweals%2Fgnunet.git -fux --- diff --git a/src/core/gnunet-core-list-connections.c b/src/core/gnunet-core-list-connections.c index 71c7d40d5..e0d95d0f8 100644 --- a/src/core/gnunet-core-list-connections.c +++ b/src/core/gnunet-core-list-connections.c @@ -94,10 +94,13 @@ dump_pc (struct PrintContext *pc) * Function to call with a human-readable format of an address * * @param cls closure + * @param peer peer this update is about * @param address NULL on error, otherwise 0-terminated printable UTF-8 string */ static void -process_resolved_address (void *cls, const struct GNUNET_HELLO_Address *address) +process_resolved_address (void *cls, + const struct GNUNET_PeerIdentity *peer, + const struct GNUNET_HELLO_Address *address) { struct PrintContext *pc = cls; // struct AddressStringList *new_address;