aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-core-list-connections.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gnunet-core-list-connections.c')
-rw-r--r--src/core/gnunet-core-list-connections.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/gnunet-core-list-connections.c b/src/core/gnunet-core-list-connections.c
index fe037f73b..ae7feb915 100644
--- a/src/core/gnunet-core-list-connections.c
+++ b/src/core/gnunet-core-list-connections.c
@@ -123,7 +123,7 @@ process_resolved_address (void *cls, const char *address)
123 */ 123 */
124static void 124static void
125connected_peer_callback (void *cls, const struct GNUNET_PeerIdentity *peer, 125connected_peer_callback (void *cls, const struct GNUNET_PeerIdentity *peer,
126 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 126 const struct GNUNET_ATS_Information *atsi)
127{ 127{
128 struct PrintContext *pc; 128 struct PrintContext *pc;
129 129