From 655cff51ce8870623881177f9a511da451fa8f8f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 29 Nov 2011 20:36:59 +0000 Subject: [PATCH] -fux --- src/core/gnunet-core-list-connections.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; -- 2.25.1