aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport_api.c')
-rw-r--r--src/transport/transport_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c
index b97a24596..3a1068cd1 100644
--- a/src/transport/transport_api.c
+++ b/src/transport/transport_api.c
@@ -370,7 +370,7 @@ neighbour_add (struct GNUNET_TRANSPORT_Handle *h,
370 * GNUNET_NO if not. 370 * GNUNET_NO if not.
371 */ 371 */
372static int 372static int
373neighbour_delete (void *cls, const GNUNET_HashCode * key, void *value) 373neighbour_delete (void *cls, const struct GNUNET_HashCode * key, void *value)
374{ 374{
375 struct GNUNET_TRANSPORT_Handle *handle = cls; 375 struct GNUNET_TRANSPORT_Handle *handle = cls;
376 struct Neighbour *n = value; 376 struct Neighbour *n = value;