aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-rw-r--r--src/include/gnunet_testbed_service.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index a784ed641..966705bc6 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -114,12 +114,11 @@ GNUNET_TESTBED_host_create_with_id (uint32_t id,
114 * 114 *
115 * @param filename file with the host specification 115 * @param filename file with the host specification
116 * @param hosts set to the hosts found in the file 116 * @param hosts set to the hosts found in the file
117 * FIXME: we need "***" here!
118 * @return number of hosts returned in 'hosts', 0 on error 117 * @return number of hosts returned in 'hosts', 0 on error
119 */ 118 */
120unsigned int 119unsigned int
121GNUNET_TESTBED_hosts_load_from_file (const char *filename, 120GNUNET_TESTBED_hosts_load_from_file (const char *filename,
122 struct GNUNET_TESTBED_Host **hosts); 121 struct GNUNET_TESTBED_Host ***hosts);
123 122
124 123
125/** 124/**