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.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_template.c b/src/transport/plugin_transport_template.c
index 54b3a277a..239f32f4a 100644
--- a/src/transport/plugin_transport_template.c
+++ b/src/transport/plugin_transport_template.c
@@ -180,6 +180,8 @@ notify_session_monitor (struct Plugin *plugin,
180 session, 180 session,
181 &info); 181 &info);
182} 182}
183
184
183#endif 185#endif
184 186
185 187
@@ -337,7 +339,6 @@ template_plugin_address_pretty_printer (void *cls, const char *type,
337} 339}
338 340
339 341
340
341/** 342/**
342 * Another peer has suggested an address for this 343 * Another peer has suggested an address for this
343 * peer and transport plugin. Check that this could be a valid 344 * peer and transport plugin. Check that this could be a valid
@@ -463,6 +464,8 @@ send_session_info_iter (void *cls,
463 GNUNET_TRANSPORT_SS_UP); 464 GNUNET_TRANSPORT_SS_UP);
464 return GNUNET_OK; 465 return GNUNET_OK;
465} 466}
467
468
466#endif 469#endif
467 470
468 471
@@ -558,4 +561,5 @@ libgnunet_plugin_transport_template_done (void *cls)
558 return NULL; 561 return NULL;
559} 562}
560 563
564
561/* end of plugin_transport_template.c */ 565/* end of plugin_transport_template.c */