aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-12 10:44:39 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-12 10:44:39 +0000
commit408d03be57dd4ddc3d401d9596952e2e4ebcbc41 (patch)
treeb32c7f59627e9fbaca21f6524e8f3dc234a30d13 /src/include
parent7be14112c9baad0b15f2b810d9360914da1b481e (diff)
downloadgnunet-408d03be57dd4ddc3d401d9596952e2e4ebcbc41.tar.gz
gnunet-408d03be57dd4ddc3d401d9596952e2e4ebcbc41.zip
triple star fun
Diffstat (limited to 'src/include')
-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/**