aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-28 15:56:09 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-28 15:56:09 +0000
commit7860a8fa9e6cca9f59efbfee307a01545578f59f (patch)
tree5b67fbd18646dfa9d4ae472d6a995e86c384b5e7 /src/transport/plugin_transport_wlan.c
parent26482491f9faa76ae8b98e27694c14d5140c1e69 (diff)
downloadgnunet-7860a8fa9e6cca9f59efbfee307a01545578f59f.tar.gz
gnunet-7860a8fa9e6cca9f59efbfee307a01545578f59f.zip
-doxygen fixes
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index 714f23f19..c7029a579 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -2377,7 +2377,7 @@ free_macendpoint (struct Plugin *plugin, struct MacEndpoint *endpoint)
2377 * function to free a session 2377 * function to free a session
2378 * @param plugin pointer to the plugin 2378 * @param plugin pointer to the plugin
2379 * @param queue pointer to the sessionqueue element to free 2379 * @param queue pointer to the sessionqueue element to free
2380 * @param free_macendpoint if GNUNET_YES and mac endpoint would be empty, free mac endpoint 2380 * @param do_free_macendpoint if GNUNET_YES and mac endpoint would be empty, free mac endpoint
2381 */ 2381 */
2382static void 2382static void
2383free_session (struct Plugin *plugin, struct Sessionqueue *queue, 2383free_session (struct Plugin *plugin, struct Sessionqueue *queue,