aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_http_common.h')
-rw-r--r--src/transport/plugin_transport_http_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_http_common.h b/src/transport/plugin_transport_http_common.h
index ac62f6ee4..f758015e1 100644
--- a/src/transport/plugin_transport_http_common.h
+++ b/src/transport/plugin_transport_http_common.h
@@ -253,7 +253,7 @@ http_common_cmp_addresses (const void *addr1,
253 * @param address the address 253 * @param address the address
254 * @return the network type 254 * @return the network type
255 */ 255 */
256enum GNUNET_ATS_Network_Type 256enum GNUNET_NetworkType
257http_common_get_network_for_address (struct GNUNET_TRANSPORT_PluginEnvironment *env, 257http_common_get_network_for_address (struct GNUNET_TRANSPORT_PluginEnvironment *env,
258 const struct GNUNET_HELLO_Address *address); 258 const struct GNUNET_HELLO_Address *address);
259 259