aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-29 20:36:59 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-29 20:36:59 +0000
commit655cff51ce8870623881177f9a511da451fa8f8f (patch)
treeb433e5994d01f3165224cd628c9c29c9659aac38 /src
parentddb0687b5768c2b7a9e89774b26e93fdd725d75c (diff)
downloadgnunet-655cff51ce8870623881177f9a511da451fa8f8f.tar.gz
gnunet-655cff51ce8870623881177f9a511da451fa8f8f.zip
-fux
Diffstat (limited to 'src')
-rw-r--r--src/core/gnunet-core-list-connections.c5
1 files changed, 4 insertions, 1 deletions
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)
94 * Function to call with a human-readable format of an address 94 * Function to call with a human-readable format of an address
95 * 95 *
96 * @param cls closure 96 * @param cls closure
97 * @param peer peer this update is about
97 * @param address NULL on error, otherwise 0-terminated printable UTF-8 string 98 * @param address NULL on error, otherwise 0-terminated printable UTF-8 string
98 */ 99 */
99static void 100static void
100process_resolved_address (void *cls, const struct GNUNET_HELLO_Address *address) 101process_resolved_address (void *cls,
102 const struct GNUNET_PeerIdentity *peer,
103 const struct GNUNET_HELLO_Address *address)
101{ 104{
102 struct PrintContext *pc = cls; 105 struct PrintContext *pc = cls;
103// struct AddressStringList *new_address; 106// struct AddressStringList *new_address;