diff options
Diffstat (limited to 'src/testbed/testbed_api_hosts.h')
-rw-r--r-- | src/testbed/testbed_api_hosts.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/testbed/testbed_api_hosts.h b/src/testbed/testbed_api_hosts.h index 2c89e29ace..de62b376d5 100644 --- a/src/testbed/testbed_api_hosts.h +++ b/src/testbed/testbed_api_hosts.h @@ -164,19 +164,6 @@ GNUNET_TESTBED_is_host_registered_ (const struct GNUNET_TESTBED_Host *host, *controller); -/** - * Creates a helper initialization message. Only for testing. - * - * @param cname the ip address of the controlling host - * @param cfg the configuration that has to used to start the testbed service - * thru helper - * @return the initialization message - */ -struct GNUNET_TESTBED_HelperInit * -GNUNET_TESTBED_create_helper_init_msg_ (const char *cname, - const struct GNUNET_CONFIGURATION_Handle *cfg); - - #endif /* end of testbed_api_hosts.h */ |