aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-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 7181b9ca1..d96743615 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -325,9 +325,9 @@ GNUNET_TESTING_peer_stop_async (struct GNUNET_TESTING_Peer *peer,
325 * @param cfg configuration of the peer that was started 325 * @param cfg configuration of the peer that was started
326 * @param peer identity of the peer that was created 326 * @param peer identity of the peer that was created
327 */ 327 */
328typedef void (*GNUNET_TESTING_TestMain)(void *cls, 328typedef void (*GNUNET_TESTING_TestMain) (void *cls,
329 const struct GNUNET_CONFIGURATION_Handle *cfg, 329 const struct GNUNET_CONFIGURATION_Handle *cfg,
330 struct GNUNET_TESTING_Peer *peer); 330 struct GNUNET_TESTING_Peer *peer);
331 331
332 332
333/** 333/**