aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_testing_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index d4c5b5b37..bf5e9e522 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -111,7 +111,7 @@ struct GNUNET_TESTING_System *
111GNUNET_TESTING_system_create (const char *testdir, 111GNUNET_TESTING_system_create (const char *testdir,
112 const char *trusted_ip, 112 const char *trusted_ip,
113 const char *hostname, 113 const char *hostname,
114 const struct GNUNET_TESTING_SharedService ** 114 const struct GNUNET_TESTING_SharedService *
115 shared_services); 115 shared_services);
116 116
117 117
@@ -141,8 +141,8 @@ struct GNUNET_TESTING_System *
141GNUNET_TESTING_system_create_with_portrange (const char *testdir, 141GNUNET_TESTING_system_create_with_portrange (const char *testdir,
142 const char *trusted_ip, 142 const char *trusted_ip,
143 const char *hostname, 143 const char *hostname,
144 const struct 144 const struct
145 GNUNET_TESTING_SharedService ** 145 GNUNET_TESTING_SharedService *
146 shared_services, 146 shared_services,
147 uint16_t lowport, 147 uint16_t lowport,
148 uint16_t highport); 148 uint16_t highport);