aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-04-17 00:44:29 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-04-17 00:44:29 +0000
commit0555e4e107db9c0c1f0caa6c947881c32bf426f4 (patch)
treed9bbd740ad0f73c07cf56aad0650e6ded7d05229 /src/include/gnunet_testing_lib.h
parente77e2db24ef3681f207521e539a2c1ca3584efda (diff)
downloadgnunet-0555e4e107db9c0c1f0caa6c947881c32bf426f4.tar.gz
gnunet-0555e4e107db9c0c1f0caa6c947881c32bf426f4.zip
started implementing set api, draft for mq
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/**