From: Sree Harsha Totakura Date: Mon, 28 May 2012 16:56:14 +0000 (+0000) Subject: -updated testing new lib X-Git-Tag: initial-import-from-subversion-38251~13373 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=935130d02b93c91350e855ed5fda9babd21047d0;p=oweals%2Fgnunet.git -updated testing new lib --- 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...