aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_hosts.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-07-18 13:25:11 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-07-18 13:25:11 +0000
commitf195d42a6b8e24b8e2f31709b49e2be72e25983f (patch)
tree8e8b2044eae9d92cf140335e9fd2bfb2837e728d /src/testbed/testbed_api_hosts.h
parent1a956f969b0166ee609a88d37ace19486bd6bcee (diff)
downloadgnunet-f195d42a6b8e24b8e2f31709b49e2be72e25983f.tar.gz
gnunet-f195d42a6b8e24b8e2f31709b49e2be72e25983f.zip
API internal function call changes
Diffstat (limited to 'src/testbed/testbed_api_hosts.h')
-rw-r--r--src/testbed/testbed_api_hosts.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/testbed/testbed_api_hosts.h b/src/testbed/testbed_api_hosts.h
index 2c89e29ac..de62b376d 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,
164 *controller); 164 *controller);
165 165
166 166
167/**
168 * Creates a helper initialization message. Only for testing.
169 *
170 * @param cname the ip address of the controlling host
171 * @param cfg the configuration that has to used to start the testbed service
172 * thru helper
173 * @return the initialization message
174 */
175struct GNUNET_TESTBED_HelperInit *
176GNUNET_TESTBED_create_helper_init_msg_ (const char *cname,
177 const struct GNUNET_CONFIGURATION_Handle *cfg);
178
179
180 167
181#endif 168#endif
182/* end of testbed_api_hosts.h */ 169/* end of testbed_api_hosts.h */