aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_template.c')
-rw-r--r--src/transport/plugin_transport_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_template.c b/src/transport/plugin_transport_template.c
index faee0c38d..dedc8e857 100644
--- a/src/transport/plugin_transport_template.c
+++ b/src/transport/plugin_transport_template.c
@@ -212,7 +212,7 @@ template_plugin_disconnect (void *cls, const struct GNUNET_PeerIdentity *target)
212 * @return the network type in HBO or GNUNET_SYSERR 212 * @return the network type in HBO or GNUNET_SYSERR
213 */ 213 */
214static enum GNUNET_ATS_Network_Type 214static enum GNUNET_ATS_Network_Type
215template_plugin_get_network (void *cls, 215template_plugin_get_network (void *cls,
216 struct Session *session) 216 struct Session *session)
217{ 217{
218 GNUNET_assert (NULL != session); 218 GNUNET_assert (NULL != session);