diff options
author | harsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-07-18 13:25:11 +0000 |
---|---|---|
committer | harsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-07-18 13:25:11 +0000 |
commit | e58a745d36583b856754c064fa7a64abcebbbbd2 (patch) | |
tree | 8e8b2044eae9d92cf140335e9fd2bfb2837e728d /src/testbed/testbed_api_hosts.h | |
parent | b46f937081b92a3176bb0c8e90f4907413cf3552 (diff) |
API internal function call changes
git-svn-id: https://gnunet.org/svn/gnunet@22749 140774ce-b5e7-0310-ab8b-a85725594a96
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 */ |