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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/gnunet_transport_plugin.h b/src/include/gnunet_transport_plugin.h
index 456bd1ada..1579980ea 100644
--- a/src/include/gnunet_transport_plugin.h
+++ b/src/include/gnunet_transport_plugin.h
@@ -497,14 +497,14 @@ typedef int (*GNUNET_TRANSPORT_StringToAddress) (void *cls,
497 497
498 498
499/** 499/**
500 * Function obtain the network type for a session 500 * Function to obtain the network type for a session
501 * 501 *
502 * @param cls closure ('struct Plugin*') 502 * @param cls closure ('struct Plugin*')
503 * @param session the session 503 * @param session the session
504 * @return the network type 504 * @return the network type
505 */ 505 */
506typedef enum GNUNET_ATS_Network_Type (*GNUNET_TRANSPORT_GetNetworkType) (void *cls, 506typedef enum GNUNET_ATS_Network_Type (*GNUNET_TRANSPORT_GetNetworkType) (void *cls,
507 void *session); 507 struct Session *session);
508 508
509 509
510/** 510/**
@@ -571,7 +571,6 @@ struct GNUNET_TRANSPORT_PluginFunctions
571 */ 571 */
572 GNUNET_TRANSPORT_CreateSession get_session; 572 GNUNET_TRANSPORT_CreateSession get_session;
573 573
574
575 /** 574 /**
576 * Function to obtain the network type for a session 575 * Function to obtain the network type for a session
577 */ 576 */