aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/transport-testing2.c2
-rw-r--r--src/transport/transport-testing2.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/transport-testing2.c b/src/transport/transport-testing2.c
index dbbc94c7f..df48e7782 100644
--- a/src/transport/transport-testing2.c
+++ b/src/transport/transport-testing2.c
@@ -220,7 +220,7 @@ communicator_start (const char *cfgname)
220struct GNUNET_TRANSPORT_TESTING_TransportCommunicatorHandle * 220struct GNUNET_TRANSPORT_TESTING_TransportCommunicatorHandle *
221GNUNET_TRANSPORT_TESTING_transport_communicator_service_start 221GNUNET_TRANSPORT_TESTING_transport_communicator_service_start
222 (const char *service_name, 222 (const char *service_name,
223 struct GNUNET_CONFIGURATION_Handle *cfg_filename, 223 const char *cfg_filename,
224 GNUNET_TRANSPORT_TESTING_CommunicatorAvailableCallback communicator_available, 224 GNUNET_TRANSPORT_TESTING_CommunicatorAvailableCallback communicator_available,
225 //GNUNET_TRANSPORT_TESTING_Callback2 cb2, 225 //GNUNET_TRANSPORT_TESTING_Callback2 cb2,
226 //GNUNET_TRANSPORT_TESTING_Callback3 cb3, 226 //GNUNET_TRANSPORT_TESTING_Callback3 cb3,
diff --git a/src/transport/transport-testing2.h b/src/transport/transport-testing2.h
index a6f0348ef..b4d4fd3be 100644
--- a/src/transport/transport-testing2.h
+++ b/src/transport/transport-testing2.h
@@ -54,7 +54,7 @@ typedef void
54struct GNUNET_TRANSPORT_TESTING_TransportCommunicatorHandle * 54struct GNUNET_TRANSPORT_TESTING_TransportCommunicatorHandle *
55GNUNET_TRANSPORT_TESTING_transport_communicator_service_start 55GNUNET_TRANSPORT_TESTING_transport_communicator_service_start
56 (const char *service_name, 56 (const char *service_name,
57 struct GNUNET_CONFIGURATION_Handle *cfg, 57 const char *cfg_filename,
58 GNUNET_TRANSPORT_TESTING_CommunicatorAvailableCallback communicator_available, 58 GNUNET_TRANSPORT_TESTING_CommunicatorAvailableCallback communicator_available,
59 //GNUNET_TRANSPORT_TESTING_Callback2 cb2, 59 //GNUNET_TRANSPORT_TESTING_Callback2 cb2,
60 //GNUNET_TRANSPORT_TESTING_Callback3 cb3, 60 //GNUNET_TRANSPORT_TESTING_Callback3 cb3,