aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_blacklisting.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api_blacklisting.c')
-rw-r--r--src/transport/test_transport_api_blacklisting.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/transport/test_transport_api_blacklisting.c b/src/transport/test_transport_api_blacklisting.c
index 7338dabe7..601ab27f1 100644
--- a/src/transport/test_transport_api_blacklisting.c
+++ b/src/transport/test_transport_api_blacklisting.c
@@ -367,7 +367,8 @@ blacklist_cb (void *cls,
367 return res; 367 return res;
368} 368}
369 369
370void 370
371static void
371start_cb (struct PeerContext *p, void *cls) 372start_cb (struct PeerContext *p, void *cls)
372{ 373{
373 static int started; 374 static int started;
@@ -392,6 +393,7 @@ start_cb (struct PeerContext *p, void *cls)
392 393
393} 394}
394 395
396
395static void 397static void
396run (void *cls, char *const *args, const char *cfgfile, 398run (void *cls, char *const *args, const char *cfgfile,
397 const struct GNUNET_CONFIGURATION_Handle *cfg) 399 const struct GNUNET_CONFIGURATION_Handle *cfg)