projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
703e445
)
fixed static to non static
author
Sree Harsha Totakura
<totakura@in.tum.de>
Tue, 12 Jun 2012 21:12:37 +0000
(21:12 +0000)
committer
Sree Harsha Totakura
<totakura@in.tum.de>
Tue, 12 Jun 2012 21:12:37 +0000
(21:12 +0000)
src/testbed/testbed_api_hosts.c
patch
|
blob
|
history
diff --git
a/src/testbed/testbed_api_hosts.c
b/src/testbed/testbed_api_hosts.c
index ae28ee87b0d7e1fed6c1fcccd9db94968bd0f5f3..58866a45c920fa1532e459fa7799468947ab7f8f 100644
(file)
--- a/
src/testbed/testbed_api_hosts.c
+++ b/
src/testbed/testbed_api_hosts.c
@@
-146,7
+146,7
@@
GNUNET_TESTBED_host_get_id_ (struct GNUNET_TESTBED_Host *host)
* @param port port number to use for ssh; use 0 to let ssh decide
* @return handle to the host, NULL on error
*/
-st
atic st
ruct GNUNET_TESTBED_Host *
+struct GNUNET_TESTBED_Host *
GNUNET_TESTBED_host_create_with_id_ (uint32_t id,
const char *hostname,
const char *username,