- docs
[oweals/gnunet.git] / src / testbed / testbed_api_hosts.h
index 3cef4412a70bdd0ffdc03aee87b64fa407ed03eb..6c305c34068e732a8abe6787c16064a51e317d40 100644 (file)
@@ -253,5 +253,14 @@ GNUNET_TESTBED_controller_destroy_ (struct GNUNET_TESTBED_ControllerProc
                                     *cproc);
 
 
+/**
+ * Resolves the hostname of the host to an ip address
+ *
+ * @param host the host whose hostname is to be resolved
+ */
+void
+GNUNET_TESTBED_host_resolve_ (struct GNUNET_TESTBED_Host *host);
+
+
 #endif
 /* end of testbed_api_hosts.h */