From 935130d02b93c91350e855ed5fda9babd21047d0 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Mon, 28 May 2012 16:56:14 +0000 Subject: [PATCH] -updated testing new lib --- src/include/gnunet_testing_lib-new.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/include/gnunet_testing_lib-new.h b/src/include/gnunet_testing_lib-new.h index 9d8bc364b..46cd5a466 100644 --- a/src/include/gnunet_testing_lib-new.h +++ b/src/include/gnunet_testing_lib-new.h @@ -146,12 +146,12 @@ GNUNET_TESTING_release_port (struct GNUNET_TESTING_System *system, * by 'GNUNET_TESTING_peer_configure'. * * @param system system to use to coordinate resource usage - * @param cfg template configuration to update - * @return GNUNET_OK on success, GNUNET_SYSERR on error + * @param cfg template configuration + * @return the new configuration; NULL upon error; */ -int +struct GNUNET_CONFIGURATION_Handle * GNUNET_TESTING_configuration_create (struct GNUNET_TESTING_System *system, - struct GNUNET_CONFIGURATION_Handle *cfg); + const struct GNUNET_CONFIGURATION_Handle *cfg); // FIXME: add dual to 'release' ports again... -- 2.25.1