From 85e0c60ee5c4bb74c0025f6f594687641a1dad93 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 23 Jun 2014 18:16:10 +0000 Subject: -indentation, doxygen --- src/transport/plugin_transport_wlan.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'src/transport/plugin_transport_wlan.c') diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c index 49dfee816..3647f1ea9 100644 --- a/src/transport/plugin_transport_wlan.c +++ b/src/transport/plugin_transport_wlan.c @@ -82,7 +82,7 @@ struct WlanHeader { /** - * Message type is GNUNET_MESSAGE_TYPE_WLAN_DATA. + * Message type is #GNUNET_MESSAGE_TYPE_WLAN_DATA. */ struct GNUNET_MessageHeader header; @@ -170,14 +170,9 @@ struct Session */ struct GNUNET_PeerIdentity target; - /** - * API requirement (must be first). - */ - struct SessionHeader header; - /** * We keep all sessions in a DLL at their respective - * 'struct MACEndpoint'. + * `struct MACEndpoint *`. */ struct Session *next; @@ -272,7 +267,7 @@ struct FragmentMessage GNUNET_TRANSPORT_TransmitContinuation cont; /** - * Closure for 'cont' + * Closure for @e cont */ void *cont_cls; -- cgit v1.2.3