aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_transport_plugin.h')
-rw-r--r--src/include/gnunet_transport_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_transport_plugin.h b/src/include/gnunet_transport_plugin.h
index 5ca9f5015..01b10f75c 100644
--- a/src/include/gnunet_transport_plugin.h
+++ b/src/include/gnunet_transport_plugin.h
@@ -127,7 +127,7 @@ typedef struct GNUNET_TIME_Relative
127 127
128/** 128/**
129 * Function that can be called by plugins to figure if an address is 129 * Function that can be called by plugins to figure if an address is
130 * an loopback, LAN or WAN address. Ultimately invokes 130 * an loopback, LAN or WANT address. Ultimately invokes
131 * #GNUNET_ATS_address_get_type(). 131 * #GNUNET_ATS_address_get_type().
132 * 132 *
133 * @param cls closure 133 * @param cls closure
@@ -265,7 +265,7 @@ struct GNUNET_TRANSPORT_PluginEnvironment
265 265
266 /** 266 /**
267 * Function that will be called to figure if an address is an loopback, 267 * Function that will be called to figure if an address is an loopback,
268 * LAN, WAN etc. address 268 * LAN, WANT etc. address
269 */ 269 */
270 GNUNET_TRANSPORT_AddressToType get_address_type; 270 GNUNET_TRANSPORT_AddressToType get_address_type;
271 271