-fux
authorChristian Grothoff <christian@grothoff.org>
Tue, 29 Nov 2011 20:36:59 +0000 (20:36 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 29 Nov 2011 20:36:59 +0000 (20:36 +0000)
src/core/gnunet-core-list-connections.c

index 71c7d40d5a606659dffac246206f6ce99af77d82..e0d95d0f8688d6a60fcf7b7d994857946c59d57b 100644 (file)
@@ -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;