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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_transport_plugin.h b/src/include/gnunet_transport_plugin.h
index 675980549..308a3700d 100644
--- a/src/include/gnunet_transport_plugin.h
+++ b/src/include/gnunet_transport_plugin.h
@@ -78,7 +78,7 @@ struct SessionHeader
78 */ 78 */
79typedef void 79typedef void
80(*GNUNET_TRANSPORT_SessionEnd) (void *cls, 80(*GNUNET_TRANSPORT_SessionEnd) (void *cls,
81 const struct GNUNET_PeerIdentity *peer, 81 const struct GNUNET_HELLO_Address *address,
82 struct Session *session); 82 struct Session *session);
83 83
84/** 84/**